diff options
Diffstat (limited to 'test/handler/test_gobuild_handler.vader')
-rw-r--r-- | test/handler/test_gobuild_handler.vader | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/handler/test_gobuild_handler.vader b/test/handler/test_gobuild_handler.vader index ec77f9c4..ce2119cd 100644 --- a/test/handler/test_gobuild_handler.vader +++ b/test/handler/test_gobuild_handler.vader @@ -28,7 +28,7 @@ Execute (The gobuild handler should handle names with spaces): \ ]), 'v:val[1:4]') Execute (The gobuild handler should handle relative paths correctly): - call ale#test#SetFilename('app/test.go') + silent file! /foo/bar/baz.go AssertEqual \ [ @@ -37,9 +37,8 @@ Execute (The gobuild handler should handle relative paths correctly): \ 'col': 0, \ 'text': 'missing argument for Printf("%s"): format reads arg 2, have only 1 args', \ 'type': 'E', - \ 'filename': ale#path#Winify(expand('%:p:h') . '/test.go'), \ }, \ ], \ ale_linters#go#gobuild#Handler(bufnr(''), [ - \ 'test.go:27: missing argument for Printf("%s"): format reads arg 2, have only 1 args', + \ 'baz.go:27: missing argument for Printf("%s"): format reads arg 2, have only 1 args', \ ]) |