diff options
author | D. Ben Knoble <ben.knoble+github@gmail.com> | 2020-10-08 12:02:30 -0400 |
---|---|---|
committer | D. Ben Knoble <ben.knoble+github@gmail.com> | 2020-10-08 12:02:30 -0400 |
commit | 160af4945079ae8df28f298f6d508f15005418fb (patch) | |
tree | a47c375a6a625d8efcb206e920d72e08b1241a15 /test | |
parent | c37cc1c8a3cd2d014258d4252c4b495e48e844a5 (diff) | |
download | ale-160af4945079ae8df28f298f6d508f15005418fb.zip |
update tests
Diffstat (limited to 'test')
-rw-r--r-- | test/handler/test_dafny_handler.vader | 4 |
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.', |