summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug93.dfy.expect
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2016-03-18 09:48:26 -0700
committerGravatar qunyanm <unknown>2016-03-18 09:48:26 -0700
commitacbc126c01fee3ab71647a7b16f4dcfc80eee2ea (patch)
tree1857c37efd45a6e132ce873588988d8a973aae9b /Test/dafny4/Bug93.dfy.expect
parentf48f5e1cef6482557d3f90677c5e41b75b2092b4 (diff)
Fix issue 93. Add per-function fuel setting that can be adjusted locally based
on context.
Diffstat (limited to 'Test/dafny4/Bug93.dfy.expect')
-rw-r--r--Test/dafny4/Bug93.dfy.expect8
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/dafny4/Bug93.dfy.expect b/Test/dafny4/Bug93.dfy.expect
new file mode 100644
index 00000000..d0baf877
--- /dev/null
+++ b/Test/dafny4/Bug93.dfy.expect
@@ -0,0 +1,8 @@
+Bug93.dfy(17,28): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+Bug93.dfy(34,28): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+
+Dafny program verifier finished with 7 verified, 2 errors