diff options
Diffstat (limited to 'test/command_callback/test_cpp_cquery_command_callbacks.vader')
-rw-r--r-- | test/command_callback/test_cpp_cquery_command_callbacks.vader | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command_callback/test_cpp_cquery_command_callbacks.vader b/test/command_callback/test_cpp_cquery_command_callbacks.vader index 682c90d5..7eb2a284 100644 --- a/test/command_callback/test_cpp_cquery_command_callbacks.vader +++ b/test/command_callback/test_cpp_cquery_command_callbacks.vader @@ -10,9 +10,9 @@ After: Execute(The project root should be detected correctly using compile_commands.json file): AssertLSPProject '' - call ale#test#SetFilename('cquery_paths/with_compile_commands_json/dummy.cpp') + call ale#test#SetFilename('cquery_paths/dummy.cpp') - AssertLSPProject ale#path#Simplify(g:dir . '/cquery_paths/with_compile_commands_json') + AssertLSPProject ale#path#Simplify(g:dir . '/cquery_paths') Execute(The project root should be detected correctly using .cquery file): AssertLSPProject '' |