Files
ale/test/command_callback/test_adalsp_command_callbacks.vader
Bartek thindil Jasicki c30869617f another fix for test
2019-10-11 10:48:50 +02:00

10 lines
249 B
Plaintext

Before:
call ale#assert#SetUpLinterTest('ada', 'adalsp')
After:
call ale#assert#TearDownLinterTest()
Execute(Sets adalsp executable):
let g:ale_ada_lsp_executable = '/path/to /Ada'
AssertLinter '/path/to /Ada', ale#Escape('/path/to /Ada')