diff options
author | Horacio Sanson <hsanson@gmail.com> | 2021-01-24 14:07:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 14:07:12 +0900 |
commit | 18eb6a0758717662f7674801c01091d2a972dfeb (patch) | |
tree | 9fc7eb5b21e4092fcbab7d819287bfeaf864a067 /test | |
parent | 580271b510b3a6b91aa5581aa8476465f1dc5ce4 (diff) | |
parent | bacb8bb9023725f82b90dcea2c120274676eed99 (diff) | |
download | ale-18eb6a0758717662f7674801c01091d2a972dfeb.zip |
Merge pull request #3557 from benknoble/dafny-filename-again
dafny: update filename handling
Diffstat (limited to 'test')
-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", |