-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What was changed? Allow translating by blocks ### How has this been tested? Updated CLI tests <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
- Loading branch information
1 parent
8363cf3
commit 0fcac3a
Showing
6 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...e/IntegrationTests/TestFiles/LitTests/LitTest/expectations/ExpectAndExceptions.dfy.expect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
Dafny program verifier finished with 2 verified, 0 errors | ||
[Program halted] ExpectAndExceptions.dfy(17,22): NatOutcome.NatFailure("Kaboom!") | ||
[Program halted] ExpectAndExceptions.dfy(19,22): NatOutcome.NatFailure("Kaboom!") | ||
|
||
Dafny program verifier finished with 2 verified, 0 errors | ||
[Program halted] ExpectAndExceptions.dfy(17,22): NatOutcome.NatFailure("Kaboom!") | ||
[Program halted] ExpectAndExceptions.dfy(19,22): NatOutcome.NatFailure("Kaboom!") | ||
|
||
Dafny program verifier finished with 2 verified, 0 errors | ||
[Program halted] ExpectAndExceptions.dfy(17,22): NatOutcome.NatFailure("Kaboom!") | ||
[Program halted] ExpectAndExceptions.dfy(19,22): NatOutcome.NatFailure("Kaboom!") | ||
|
||
Dafny program verifier finished with 2 verified, 0 errors | ||
[Program halted] ExpectAndExceptions.dfy(17,22): NatOutcome.NatFailure("Kaboom!") | ||
[Program halted] ExpectAndExceptions.dfy(19,22): NatOutcome.NatFailure("Kaboom!") |
10 changes: 5 additions & 5 deletions
10
.../TestFiles/LitTests/LitTest/unicodecharsFalse/expectations/ExpectAndExceptions.dfy.expect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
[Program halted] ExpectAndExceptions.dfy(17,22): NatOutcome.NatFailure(Kaboom!) | ||
[Program halted] ExpectAndExceptions.dfy(19,22): NatOutcome.NatFailure(Kaboom!) | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
[Program halted] ExpectAndExceptions.dfy(17,22): NatOutcome.NatFailure(Kaboom!) | ||
[Program halted] ExpectAndExceptions.dfy(19,22): NatOutcome.NatFailure(Kaboom!) | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
[Program halted] ExpectAndExceptions.dfy(17,22): NatOutcome.NatFailure(Kaboom!) | ||
[Program halted] ExpectAndExceptions.dfy(19,22): NatOutcome.NatFailure(Kaboom!) | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
[Program halted] ExpectAndExceptions.dfy(17,22): NatOutcome.NatFailure(Kaboom!) | ||
[Program halted] ExpectAndExceptions.dfy(19,22): NatOutcome.NatFailure(Kaboom!) | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
[Program halted] ExpectAndExceptions.dfy(17,22): NatOutcome.NatFailure(Kaboom!) | ||
[Program halted] ExpectAndExceptions.dfy(19,22): NatOutcome.NatFailure(Kaboom!) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fix a bug that caused a crash when translating by blocks |