mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
Fix a syntax error in a test
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user