diff options
author | Øyvind Ingvaldsen <oyvind.ingvaldsen@gmail.com> | 2018-05-04 22:33:08 +0200 |
---|---|---|
committer | Øyvind Ingvaldsen <oyvind.ingvaldsen@gmail.com> | 2018-05-04 22:33:08 +0200 |
commit | df8c45ed55d0dc0b64ae02ef86a5130e8ce75a03 (patch) | |
tree | 228aa090cbd0f9cc1d89b8851e22cdd7c83dfdeb /test | |
parent | 27144eee8c5fbfc03578569067adeaf19c3d009d (diff) | |
download | ale-df8c45ed55d0dc0b64ae02ef86a5130e8ce75a03.zip |
smallfix
Diffstat (limited to 'test')
-rw-r--r-- | test/handler/test_nasm_handler.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handler/test_nasm_handler.vader b/test/handler/test_nasm_handler.vader index 95b8fefd..9c7d9650 100644 --- a/test/handler/test_nasm_handler.vader +++ b/test/handler/test_nasm_handler.vader @@ -23,7 +23,7 @@ Execute(The nasm handler should parse GCC style output from nasm correctly): \ 'type': 'E', \ }, \ ], - \ ale_linters#nasm#nasm#Handle(357, [ + \ ale_linters#nasm#nasm#Handle(bufnr(''), [ \ "tmp.asm:2: warning: label alone on a line without a colon might be in error", \ "tmp.asm:4: error: invalid combination of opcode and operands", \ "tmp.asm:7: fatal: unable to open include file `bar.asm'" |