mirror of
https://github.com/dense-analysis/ale
synced 2024-12-26 08:02:25 +00:00
Fix a syntax error in a test
This commit is contained in:
parent
ff8d4c5286
commit
68d4a2216c
@ -47,8 +47,8 @@ Execute(The options should be configurable):
|
||||
AssertEqual
|
||||
\ ale#Escape('clang-check')
|
||||
\ . ' -analyze %s'
|
||||
\ . ' -extra-arg -Xclang -extra-arg -analyzer-output=text',
|
||||
\ . ' --something'
|
||||
\ . ' -extra-arg -Xclang -extra-arg -analyzer-output=text'
|
||||
\ . ' --something',
|
||||
\ ale_linters#cpp#clangcheck#GetCommand(bufnr(''))
|
||||
|
||||
Execute(The build directory should be used when set):
|
||||
|
Loading…
Reference in New Issue
Block a user