summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fixers/test_astyle_fixer_callback.vader5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/fixers/test_astyle_fixer_callback.vader b/test/fixers/test_astyle_fixer_callback.vader
index d2886202..f67ab5e2 100644
--- a/test/fixers/test_astyle_fixer_callback.vader
+++ b/test/fixers/test_astyle_fixer_callback.vader
@@ -15,7 +15,6 @@ After:
Execute(The astyle callback should return the correct default values):
call ale#test#SetFilename('../c_files/testfile.c')
- let targetfile = '/testplugin/test/c_files/testfile.c'
AssertEqual
\ {
@@ -26,7 +25,6 @@ Execute(The astyle callback should return the correct default values):
Execute(The astyle callback should support cpp files):
call ale#test#SetFilename('../cpp_files/dummy.cpp')
- let targetfile = '/testplugin/test/cpp_files/dummy.cpp'
set filetype=cpp " The test fails without this
AssertEqual
@@ -39,7 +37,6 @@ Execute(The astyle callback should support cpp files):
Execute(The astyle callback should support cpp files with option file set):
call ale#test#SetFilename('../cpp_files/dummy.cpp')
let g:ale_cpp_astyle_project_options = '.astylerc_cpp'
- let targetfile = '/testplugin/test/cpp_files/dummy.cpp'
set filetype=cpp " The test fails without this
AssertEqual
@@ -50,10 +47,8 @@ Execute(The astyle callback should support cpp files with option file set):
\ },
\ ale#fixers#astyle#Fix(bufnr(''))
-
Execute(The astyle callback should return the correct default values with an option file set):
call ale#test#SetFilename('../c_files/testfile.c')
- let targetfile = '/testplugin/test/c_files/testfile.c'
let g:ale_c_astyle_project_options = '.astylerc'
AssertEqual