This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
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

9 lines
249 B
Text

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')