fixed test

This commit is contained in:
Bartek thindil Jasicki 2019-10-11 10:35:54 +02:00
parent 38e0e3feef
commit c74cc93140
1 changed files with 2 additions and 5 deletions

View File

@ -4,9 +4,6 @@ Before:
After:
call ale#assert#TearDownLinterTest()
Execute(It does not set Ada sources by default):
AssertLinter 'adalsp', ale#Escape('adalsp')
Execute(Sets adalsp executable):
let g:ale_ada_adalsp_executable = '/path/to /Ada'
AssertLinter 'adalsp', ale#Escape('adalsp') . ' ' . ale#Escape('/path/to /Ada')
let g:ale_ada_lsp_executable = '/path/to /Ada'
AssertLinter 'adalsp', ale#Escape('/path/to /Ada')