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
|
AssertEqual
|
||||||
\ ale#Escape('clang-check')
|
\ ale#Escape('clang-check')
|
||||||
\ . ' -analyze %s'
|
\ . ' -analyze %s'
|
||||||
\ . ' -extra-arg -Xclang -extra-arg -analyzer-output=text',
|
\ . ' -extra-arg -Xclang -extra-arg -analyzer-output=text'
|
||||||
\ . ' --something'
|
\ . ' --something',
|
||||||
\ ale_linters#cpp#clangcheck#GetCommand(bufnr(''))
|
\ ale_linters#cpp#clangcheck#GetCommand(bufnr(''))
|
||||||
|
|
||||||
Execute(The build directory should be used when set):
|
Execute(The build directory should be used when set):
|
||||||
|
Loading…
Reference in New Issue
Block a user