diff options
Diffstat (limited to 'test/command_callback/test_ispc_ispc_command_callbacks.vader')
-rw-r--r-- | test/command_callback/test_ispc_ispc_command_callbacks.vader | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/test/command_callback/test_ispc_ispc_command_callbacks.vader b/test/command_callback/test_ispc_ispc_command_callbacks.vader deleted file mode 100644 index f1aeb2f8..00000000 --- a/test/command_callback/test_ispc_ispc_command_callbacks.vader +++ /dev/null @@ -1,20 +0,0 @@ -Before: - call ale#assert#SetUpLinterTest('ispc', 'ispc') - -After: - call ale#assert#TearDownLinterTest() - -Execute(The executable should be configurable): - AssertLinter 'ispc', - \ ale#Escape('ispc') . ' --nowrap %s' - - let b:ale_ispc_ispc_executable = 'foo' - - AssertLinter 'foo', - \ ale#Escape('foo') . ' --nowrap %s' - -Execute(The options should be configurable): - let g:ale_ispc_ispc_options = '--foo' - - AssertLinter 'ispc', - \ ale#Escape('ispc') . ' --nowrap --foo' . ' %s' |