diff options
Diffstat (limited to 'test/fixers/test_clangtidy_fixer_callback.vader')
-rw-r--r-- | test/fixers/test_clangtidy_fixer_callback.vader | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixers/test_clangtidy_fixer_callback.vader b/test/fixers/test_clangtidy_fixer_callback.vader index ca08e6bc..7a04e801 100644 --- a/test/fixers/test_clangtidy_fixer_callback.vader +++ b/test/fixers/test_clangtidy_fixer_callback.vader @@ -26,7 +26,7 @@ After: call ale#test#RestoreDirectory() Execute(The clangtidy callback should return the correct default values): - call ale#test#SetFilename('c_paths/dummy.c') + call ale#test#SetFilename('../test-files/c/dummy.c') AssertEqual \ { @@ -37,7 +37,7 @@ Execute(The clangtidy callback should return the correct default values): \ ale#fixers#clangtidy#Fix(bufnr('')) Execute(The clangtidy callback should include any additional options): - call ale#test#SetFilename('c_paths/dummy.c') + call ale#test#SetFilename('../test-files/c/dummy.c') let g:ale_c_clangtidy_extra_options = '--some-option' AssertEqual |