modify rls testcase

This commit is contained in:
robertking 2019-04-11 23:38:16 +08:00
parent df806c511c
commit fb7099d440
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After:
call ale#assert#TearDownLinterTest() call ale#assert#TearDownLinterTest()
Execute(The default executable path should be correct): Execute(The default executable path should be correct):
AssertLinter 'rls', ale#Escape('rls') . ' +' . ale#Escape('nightly') AssertLinter 'rls', ale#Escape('rls')
Execute(The toolchain should be configurable): Execute(The toolchain should be configurable):
let g:ale_rust_rls_toolchain = 'stable' let g:ale_rust_rls_toolchain = 'stable'