Fix a test on Windows
This commit is contained in:
parent
28819eedd3
commit
42f5e8c62c
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ Execute(cppcheck for C++ should detect compile_commands.json files in build dire
|
|||
\ ale#path#CdString(ale#path#Simplify(g:dir . '/cppcheck_paths/with_build_dir'))
|
||||
\ . ale#Escape('cppcheck')
|
||||
\ . ' -q --language=c++'
|
||||
\ . ' --project=' . ale#Escape('build/compile_commands.json')
|
||||
\ . ' --project=' . ale#Escape(ale#path#Simplify('build/compile_commands.json'))
|
||||
\ . ' --enable=style %t'
|
||||
|
|
Reference in a new issue