diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-06 20:52:47 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-06 20:52:47 +0100 |
commit | 344e0fec971eccb525200665bab550380b80f9a1 (patch) | |
tree | 3640a83f778d921e6b1c5ad8440f8b3b6023f706 /test | |
parent | 6b20c906b384e3ff2d28ef5bd189ef12fea4a0fa (diff) | |
download | ale-344e0fec971eccb525200665bab550380b80f9a1.zip |
Fix tests on Windows
Diffstat (limited to 'test')
-rw-r--r-- | test/lsp/test_lsp_command_formatting.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsp/test_lsp_command_formatting.vader b/test/lsp/test_lsp_command_formatting.vader index d01e68b8..f436397f 100644 --- a/test/lsp/test_lsp_command_formatting.vader +++ b/test/lsp/test_lsp_command_formatting.vader @@ -28,7 +28,7 @@ Execute(Command formatting should be applied correctly for LSP linters): if has('win32') AssertEqual - \ ['true', 'cmd /s/c "cmd --foo"', '/foo/bar'], + \ ['cmd', 'cmd /s/c "cmd --foo"', '/foo/bar'], \ g:args[:2] else AssertEqual |