summaryrefslogtreecommitdiff
path: root/test/command_callback/test_ispc_ispc_command_callbacks.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/command_callback/test_ispc_ispc_command_callbacks.vader')
-rw-r--r--test/command_callback/test_ispc_ispc_command_callbacks.vader6
1 files changed, 3 insertions, 3 deletions
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'