summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-01-06 11:19:29 +0900
committerGitHub <noreply@github.com>2021-01-06 11:19:29 +0900
commit4c454c96a9d142475b155a94cc24fad34eca26b2 (patch)
tree3c4a4e400c57eb944e0ffeead02090dfa72fb508 /test
parent7e4c125d38181a0e0d0c7883091e2fe683243ce4 (diff)
parent160af4945079ae8df28f298f6d508f15005418fb (diff)
downloadale-4c454c96a9d142475b155a94cc24fad34eca26b2.zip
Merge pull request #3390 from benknoble/fix-dafny-filename
dafny: include correct filename in lint results
Diffstat (limited to 'test')
-rw-r--r--test/handler/test_dafny_handler.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/handler/test_dafny_handler.vader b/test/handler/test_dafny_handler.vader
index 674f691d..797d348e 100644
--- a/test/handler/test_dafny_handler.vader
+++ b/test/handler/test_dafny_handler.vader
@@ -8,14 +8,14 @@ Execute(The Dafny handler should parse output correctly):
AssertEqual
\ [
\ {
- \ 'bufnr': 0,
+ \ 'filename': 'File.dfy',
\ 'col': 45,
\ 'lnum': 123,
\ 'text': 'A precondition for this call might not hold.',
\ 'type': 'E'
\ },
\ {
- \ 'bufnr': 0,
+ \ 'filename': 'File.dfy',
\ 'col': 90,
\ 'lnum': 678,
\ 'text': 'This is the precondition that might not hold.',