diff options
Diffstat (limited to 'test/handler/test_asm_handler.vader')
-rw-r--r-- | test/handler/test_asm_handler.vader | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/handler/test_asm_handler.vader b/test/handler/test_asm_handler.vader index 7cee7783..2868628f 100644 --- a/test/handler/test_asm_handler.vader +++ b/test/handler/test_asm_handler.vader @@ -4,22 +4,14 @@ Execute(The asm GCC handler should parse lines from GCC 6.3.1 correctly): AssertEqual \ [ \ { - \ 'bufnr': 357, \ 'lnum': 38, - \ 'vcol': 0, - \ 'col': 0, \ 'text': "too many memory references for `mov'", \ 'type': 'E', - \ 'nr': -1, \ }, \ { - \ 'bufnr': 357, \ 'lnum': 42, - \ 'vcol': 0, - \ 'col': 0, \ 'text': "incorrect register `%ax' used with `l' suffix", \ 'type': 'E', - \ 'nr': -1, \ }, \ ], \ ale_linters#asm#gcc#Handle(357, [ |