summaryrefslogtreecommitdiff
path: root/Test/dafny0
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-23 14:09:29 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-23 14:09:29 -0700
commitaa13b513cd70fd39ae9eb9ddc2621fb8747f89ff (patch)
tree254c99fe9d18ed65195de24ea7a56a350a8e9e09 /Test/dafny0
parent7cd998145a00c54a25cc46a82f034769b281c4c1 (diff)
Add change missing from bd47e3cdb79c
Diffstat (limited to 'Test/dafny0')
-rw-r--r--Test/dafny0/snapshots/Snapshots5.run.dfy.expect4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/dafny0/snapshots/Snapshots5.run.dfy.expect b/Test/dafny0/snapshots/Snapshots5.run.dfy.expect
index 2ad73416..8148a8cf 100644
--- a/Test/dafny0/snapshots/Snapshots5.run.dfy.expect
+++ b/Test/dafny0/snapshots/Snapshots5.run.dfy.expect
@@ -18,9 +18,9 @@ Processing command (at Snapshots5.v1.dfy(12,4)) assert (forall<alpha> $o: ref, $
>>> MarkAsFullyVerified
Processing command (at Snapshots5.v1.dfy(13,38)) assert (forall b#3: bool :: true ==> b#3 || !b#3) || 3 != 3;
>>> MarkAsFullyVerified
-Processing command (at Snapshots5.v1.dfy(20,40)) assert (exists b#5: bool :: b#5 || !b#5) || 4 != 4;
+Processing command (at Snapshots5.v1.dfy(20,37)) assert (exists b#5: bool :: Lit(true)) || 4 != 4;
>>> DoNothingToAssert
-Processing command (at Snapshots5.v1.dfy(22,38)) assert (exists b#7: bool :: b#7 || !b#7) || 5 != 5;
+Processing command (at Snapshots5.v1.dfy(22,35)) assert (exists b#7: bool :: Lit(true)) || 5 != 5;
>>> DoNothingToAssert
Dafny program verifier finished with 3 verified, 0 errors