diff options
author | D. Ben Knoble <ben.knoble+github@gmail.com> | 2021-01-23 12:34:36 -0500 |
---|---|---|
committer | D. Ben Knoble <ben.knoble+github@gmail.com> | 2021-01-23 12:34:36 -0500 |
commit | bacb8bb9023725f82b90dcea2c120274676eed99 (patch) | |
tree | db4ea09e7529f1ca6eb145dc1ff4ea144f51b214 /test/handler | |
parent | 9fd9435cd525b1d3c4470db0d514f72ed31cfece (diff) | |
download | ale-bacb8bb9023725f82b90dcea2c120274676eed99.zip |
dafny: update filename handling
cf. #3475, #3390
Diffstat (limited to 'test/handler')
-rw-r--r-- | test/handler/test_dafny_handler.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handler/test_dafny_handler.vader b/test/handler/test_dafny_handler.vader index 472615ac..4ca288d2 100644 --- a/test/handler/test_dafny_handler.vader +++ b/test/handler/test_dafny_handler.vader @@ -22,7 +22,7 @@ Execute(The Dafny handler should parse output correctly): \ 'type': 'W' \ }, \ { - \ 'bufnr': 0, + \ 'filename': 'File.dfy', \ 'col': 45, \ 'lnum': 123, \ 'text': "Verification of 'Impl$$_22_Proof.__default.PutKeepsMapsFull' timed out after 2 seconds", |