summaryrefslogtreecommitdiff
path: root/Test/codeexpr
diff options
context:
space:
mode:
authorGravatar rustanleino <unknown>2010-09-14 20:09:39 +0000
committerGravatar rustanleino <unknown>2010-09-14 20:09:39 +0000
commitb32f277e00ed5c3f90d01c17bcce0d8855eadfff (patch)
tree1ad4937527994439ad707a4938b1492bf29da08b /Test/codeexpr
parent90b3510c18c03531386e45bab091ecc943ef1005 (diff)
Dafny:
* Added internal support for multi-dimensional arrays (but not all surface syntax is there yet) * Removed unused variables from Dafny.atg Boogie and Dafny: * Improved error message for postcondition violations
Diffstat (limited to 'Test/codeexpr')
-rw-r--r--Test/codeexpr/Answer2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/codeexpr/Answer b/Test/codeexpr/Answer
index 55709034..9c22ca61 100644
--- a/Test/codeexpr/Answer
+++ b/Test/codeexpr/Answer
@@ -13,7 +13,7 @@ Execution trace:
Boogie program verifier finished with 3 verified, 3 errors
------------------------------ CodeExpr1.bpl ---------------------
-CodeExpr1.bpl(44,5): Error BP5003: A postcondition might not hold at this return statement.
+CodeExpr1.bpl(44,5): Error BP5003: A postcondition might not hold on this return path.
CodeExpr1.bpl(40,3): Related location: This is the postcondition that might not hold.
Execution trace:
CodeExpr1.bpl(42,3): start