From 66212966dd39dd721af6a2aa683ed5a93c293c77 Mon Sep 17 00:00:00 2001 From: Martino Pilia Date: Wed, 21 Nov 2018 10:40:07 +0100 Subject: Add --nowrap to ispc options --- test/command_callback/test_ispc_ispc_command_callbacks.vader | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/command_callback/test_ispc_ispc_command_callbacks.vader') diff --git a/test/command_callback/test_ispc_ispc_command_callbacks.vader b/test/command_callback/test_ispc_ispc_command_callbacks.vader index 012cdee2..f1aeb2f8 100644 --- a/test/command_callback/test_ispc_ispc_command_callbacks.vader +++ b/test/command_callback/test_ispc_ispc_command_callbacks.vader @@ -6,15 +6,15 @@ After: Execute(The executable should be configurable): AssertLinter 'ispc', - \ ale#Escape('ispc') . ' %s' + \ ale#Escape('ispc') . ' --nowrap %s' let b:ale_ispc_ispc_executable = 'foo' AssertLinter 'foo', - \ ale#Escape('foo') . ' %s' + \ ale#Escape('foo') . ' --nowrap %s' Execute(The options should be configurable): let g:ale_ispc_ispc_options = '--foo' AssertLinter 'ispc', - \ ale#Escape('ispc') . ' --foo' . ' %s' + \ ale#Escape('ispc') . ' --nowrap --foo' . ' %s' -- cgit v1.2.3