summaryrefslogtreecommitdiff
path: root/test/handler/test_asm_handler.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler/test_asm_handler.vader')
-rw-r--r--test/handler/test_asm_handler.vader10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/handler/test_asm_handler.vader b/test/handler/test_asm_handler.vader
index 2868628f..4ab99992 100644
--- a/test/handler/test_asm_handler.vader
+++ b/test/handler/test_asm_handler.vader
@@ -1,6 +1,11 @@
-Execute(The asm GCC handler should parse lines from GCC 6.3.1 correctly):
+Before:
runtime ale_linters/asm/gcc.vim
+After:
+ call ale#linter#Reset()
+
+Execute(The asm GCC handler should parse lines from GCC 6.3.1 correctly):
+
AssertEqual
\ [
\ {
@@ -19,6 +24,3 @@ Execute(The asm GCC handler should parse lines from GCC 6.3.1 correctly):
\ "{standard_input}:38: Error: too many memory references for `mov'",
\ "{standard input}:42: Error: incorrect register `%ax' used with `l' suffix",
\ ])
-
-After:
- call ale#linter#Reset()