summaryrefslogtreecommitdiff
path: root/Test/dafny0/LetExpr.dfy.expect
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-03-13 02:23:38 -0700
committerGravatar leino <unknown>2015-03-13 02:23:38 -0700
commit0b7c479b76c4ebc8ae3cba0cbe0a7cbb0a19144a (patch)
treed05d82d1331911e78296bb9a72bdf4ae1d77b02d /Test/dafny0/LetExpr.dfy.expect
parent20c1f23d81579488e5b11a21d9353d10f15a1347 (diff)
Allow let-such-that expression to be compiled, provided that they provably have a unique value
Diffstat (limited to 'Test/dafny0/LetExpr.dfy.expect')
-rw-r--r--Test/dafny0/LetExpr.dfy.expect6
1 files changed, 5 insertions, 1 deletions
diff --git a/Test/dafny0/LetExpr.dfy.expect b/Test/dafny0/LetExpr.dfy.expect
index b82e06ad..36fc9361 100644
--- a/Test/dafny0/LetExpr.dfy.expect
+++ b/Test/dafny0/LetExpr.dfy.expect
@@ -29,7 +29,11 @@ LetExpr.dfy(306,12): Error: assertion violation
Execution trace:
(0,0): anon0
(0,0): anon6_Else
+LetExpr.dfy(316,12): Error: to be compilable, the value of a let-such-that expression must be uniquely determined
+Execution trace:
+ (0,0): anon0
+ (0,0): anon10_Then
-Dafny program verifier finished with 38 verified, 8 errors
+Dafny program verifier finished with 39 verified, 9 errors
Dafny program verifier finished with 0 verified, 0 errors