summaryrefslogtreecommitdiff
path: root/Test/dafny0/Inverses.dfy.expect
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2014-06-24 10:44:38 -0700
committerGravatar Rustan Leino <unknown>2014-06-24 10:44:38 -0700
commit19895aaed833d16bad36a07e9459abc882ccd6b6 (patch)
treeb5941c67f39f3fdf93f2f894ef1eaa353884a617 /Test/dafny0/Inverses.dfy.expect
parent92991242c8ea361b8da5a83bd19462b216387618 (diff)
Invert LHS sub-expressions in forall assignment statements, which gives the opportunity to designate a good trigger.
Diffstat (limited to 'Test/dafny0/Inverses.dfy.expect')
-rw-r--r--Test/dafny0/Inverses.dfy.expect12
1 files changed, 12 insertions, 0 deletions
diff --git a/Test/dafny0/Inverses.dfy.expect b/Test/dafny0/Inverses.dfy.expect
new file mode 100644
index 00000000..a04f21dc
--- /dev/null
+++ b/Test/dafny0/Inverses.dfy.expect
@@ -0,0 +1,12 @@
+Inverses.dfy(70,1): Error BP5003: A postcondition might not hold on this return path.
+Inverses.dfy(69,11): Related location: This is the postcondition that might not hold.
+Execution trace:
+ (0,0): anon0
+ (0,0): anon6_Else
+Inverses.dfy(83,1): Error BP5003: A postcondition might not hold on this return path.
+Inverses.dfy(82,11): Related location: This is the postcondition that might not hold.
+Execution trace:
+ (0,0): anon0
+ (0,0): anon9_Else
+
+Dafny program verifier finished with 17 verified, 2 errors