summaryrefslogtreecommitdiff
path: root/Test/dafny0/DeterministicPick.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/DeterministicPick.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/DeterministicPick.dfy.expect')
-rw-r--r--Test/dafny0/DeterministicPick.dfy.expect6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/dafny0/DeterministicPick.dfy.expect b/Test/dafny0/DeterministicPick.dfy.expect
new file mode 100644
index 00000000..f8b779ef
--- /dev/null
+++ b/Test/dafny0/DeterministicPick.dfy.expect
@@ -0,0 +1,6 @@
+DeterministicPick.dfy(13,5): Error: to be compilable, the value of a let-such-that expression must be uniquely determined
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+
+Dafny program verifier finished with 6 verified, 1 error