summaryrefslogtreecommitdiff
path: root/Test/dafny0/Answer
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2011-12-10 10:56:42 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2011-12-10 10:56:42 -0800
commit933057e27e9310cd88e4a41ba3cf51bfeb74a226 (patch)
tree0e797d01a76e601a947d456676af037454ff7982 /Test/dafny0/Answer
parent12db5856187194c02424a5430e7195ad187b451e (diff)
Dafny: fix bug in translation of (the splitting of) if-then-else expressions (see bug report Issue 10214 on codeplex)
Diffstat (limited to 'Test/dafny0/Answer')
-rw-r--r--Test/dafny0/Answer5
1 files changed, 4 insertions, 1 deletions
diff --git a/Test/dafny0/Answer b/Test/dafny0/Answer
index 1eb22708..8287c38b 100644
--- a/Test/dafny0/Answer
+++ b/Test/dafny0/Answer
@@ -243,8 +243,11 @@ Execution trace:
SmallTests.dfy(364,4): Error: cannot prove termination; try supplying a decreases clause
Execution trace:
(0,0): anon3_Else
+SmallTests.dfy(411,41): Error: possible violation of function postcondition
+Execution trace:
+ (0,0): anon6_Else
-Dafny program verifier finished with 47 verified, 20 errors
+Dafny program verifier finished with 47 verified, 21 errors
-------------------- Definedness.dfy --------------------
Definedness.dfy(8,7): Error: possible division by zero