mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 01:07:06 +08:00
chore: Delete dead test code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user