summaryrefslogtreecommitdiff
path: root/Test/dafny0/snapshots/Snapshots3.run.dfy.expect
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2016-02-26 13:46:25 -0800
committerGravatar Rustan Leino <unknown>2016-02-26 13:46:25 -0800
commit0531b8772f4174d807caecc356ecaa41adca8c8c (patch)
treed4de41e22112c1d043e477b2d4cc5efe4081cf81 /Test/dafny0/snapshots/Snapshots3.run.dfy.expect
parentad063dfd62db2b7f147e4f8abbcd7b8a7f575dae (diff)
parentb3d6306759e450a5d004b6581e0bf3b891b93fa5 (diff)
Merge
Diffstat (limited to 'Test/dafny0/snapshots/Snapshots3.run.dfy.expect')
-rw-r--r--Test/dafny0/snapshots/Snapshots3.run.dfy.expect6
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/dafny0/snapshots/Snapshots3.run.dfy.expect b/Test/dafny0/snapshots/Snapshots3.run.dfy.expect
index accacd90..a7f05a68 100644
--- a/Test/dafny0/snapshots/Snapshots3.run.dfy.expect
+++ b/Test/dafny0/snapshots/Snapshots3.run.dfy.expect
@@ -1,4 +1,4 @@
-Processing command (at Snapshots3.v0.dfy(9,14)) assert Lit(0 != 0);
+Processing command (at Snapshots3.v0.dfy(9,14)) assert 0 != 0;
>>> DoNothingToAssert
Snapshots3.v0.dfy(9,13): Error: assertion violation
Execution trace:
@@ -6,9 +6,9 @@ Execution trace:
(0,0): anon3_Else
Dafny program verifier finished with 1 verified, 1 error
-Processing command (at Snapshots3.v1.dfy(5,12)) assert Lit(true);
+Processing command (at Snapshots3.v1.dfy(5,12)) assert true;
>>> DoNothingToAssert
-Processing command (at Snapshots3.v1.dfy(9,14)) assert Lit(0 != 0);
+Processing command (at Snapshots3.v1.dfy(9,14)) assert 0 != 0;
>>> RecycleError
Snapshots3.v0.dfy(9,13): Error: assertion violation
Execution trace: