summaryrefslogtreecommitdiff
path: root/Test/dafny0/snapshots/runtest.snapshot.expect
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-07-10 13:48:11 +0200
committerGravatar wuestholz <unknown>2014-07-10 13:48:11 +0200
commit129ab22811996b4b46cfbcc6eb3f4b97a95f5416 (patch)
tree78395d43c22b18f7f26cf5f78a295ba6c1c5dd67 /Test/dafny0/snapshots/runtest.snapshot.expect
parent69913ba9c60a9718c83ac1fc2454561701e01316 (diff)
Added more tests for the more advanced verification result caching.
Diffstat (limited to 'Test/dafny0/snapshots/runtest.snapshot.expect')
-rw-r--r--Test/dafny0/snapshots/runtest.snapshot.expect16
1 files changed, 15 insertions, 1 deletions
diff --git a/Test/dafny0/snapshots/runtest.snapshot.expect b/Test/dafny0/snapshots/runtest.snapshot.expect
index 963ba754..7a93dece 100644
--- a/Test/dafny0/snapshots/runtest.snapshot.expect
+++ b/Test/dafny0/snapshots/runtest.snapshot.expect
@@ -33,9 +33,23 @@ Execution trace:
(0,0): anon3_Else
Dafny program verifier finished with 1 verified, 1 error
-Snapshots3.v1.dfy(9,14): Error: assertion violation
+Snapshots3.v0.dfy(9,14): Error: assertion violation
Execution trace:
(0,0): anon0
(0,0): anon3_Else
Dafny program verifier finished with 1 verified, 1 error
+
+-------------------- Snapshots4.dfy --------------------
+
+Dafny program verifier finished with 2 verified, 0 errors
+Snapshots4.v1.dfy(5,14): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Then
+Snapshots4.v1.dfy(10,14): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+
+Dafny program verifier finished with 1 verified, 2 errors