summaryrefslogtreecommitdiff
path: root/Test/dafny0/DirtyLoops.dfy.expect
diff options
context:
space:
mode:
authorGravatar chmaria <unknown>2014-06-03 16:55:05 -0700
committerGravatar chmaria <unknown>2014-06-03 16:55:05 -0700
commit6d32fe37e3d343f9e310eeea193efc8da5982600 (patch)
tree3a6bcda5eb3ef99b9e2e8fd030f3352ab2296476 /Test/dafny0/DirtyLoops.dfy.expect
parent607ef28aadb281ab61a2be493a637126e967a388 (diff)
Added support for 'dirty' forall statements.
One can now write forall statements without bodies (but with ensures clauses) as follows: forall s | s in S ensures s < 0; where S is set<int>. The ensures clauses are assumed but not checked.
Diffstat (limited to 'Test/dafny0/DirtyLoops.dfy.expect')
-rw-r--r--Test/dafny0/DirtyLoops.dfy.expect4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/dafny0/DirtyLoops.dfy.expect b/Test/dafny0/DirtyLoops.dfy.expect
new file mode 100644
index 00000000..5c12e1ef
--- /dev/null
+++ b/Test/dafny0/DirtyLoops.dfy.expect
@@ -0,0 +1,4 @@
+
+Dafny program verifier finished with 2 verified, 0 errors
+
+Dafny program verifier finished with 0 verified, 0 errors