summaryrefslogtreecommitdiff
path: root/test/command_callback/test_c_cquery_command_callbacks.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-05-20 19:57:08 +0100
committerw0rp <devw0rp@gmail.com>2019-05-20 19:57:08 +0100
commit143af2b9fd78dbfd5ee8ae727a522dd2dcc79b61 (patch)
tree2c44b311a5f127cba4654ff4f9a1e450d55f365a /test/command_callback/test_c_cquery_command_callbacks.vader
parent781bf1502f78f7882347a70b587512a0e94ea380 (diff)
downloadale-143af2b9fd78dbfd5ee8ae727a522dd2dcc79b61.zip
Fix #2421 - Use compile_commands.json in build dirs to find roots
Diffstat (limited to 'test/command_callback/test_c_cquery_command_callbacks.vader')
-rw-r--r--test/command_callback/test_c_cquery_command_callbacks.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command_callback/test_c_cquery_command_callbacks.vader b/test/command_callback/test_c_cquery_command_callbacks.vader
index 13b7a567..a2e03889 100644
--- a/test/command_callback/test_c_cquery_command_callbacks.vader
+++ b/test/command_callback/test_c_cquery_command_callbacks.vader
@@ -7,9 +7,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.c')
+ call ale#test#SetFilename('cquery_paths/dummy.c')
- 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 ''