summaryrefslogtreecommitdiff
path: root/Test/dafny0/snapshots/Snapshots0.v1.dfy
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-07-03 03:22:45 +0200
committerGravatar wuestholz <unknown>2014-07-03 03:22:45 +0200
commitbebfbaa98ac099cba47cfd1f02e6781ea257997f (patch)
treeecc198613e10399f0a7aaf8ff033229e0ffc55c8 /Test/dafny0/snapshots/Snapshots0.v1.dfy
parent61f46d7b7789290098361c2de7e775fbe487bd7f (diff)
Changed "dummy" checksums to "stable" and added more tests for the verification result caching.
Diffstat (limited to 'Test/dafny0/snapshots/Snapshots0.v1.dfy')
-rw-r--r--Test/dafny0/snapshots/Snapshots0.v1.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny0/snapshots/Snapshots0.v1.dfy b/Test/dafny0/snapshots/Snapshots0.v1.dfy
index 28f9f283..db9fc01a 100644
--- a/Test/dafny0/snapshots/Snapshots0.v1.dfy
+++ b/Test/dafny0/snapshots/Snapshots0.v1.dfy
@@ -1,7 +1,7 @@
method foo()
{
bar();
- assert false;
+ assert false; // error
}
method bar()