summaryrefslogtreecommitdiff
path: root/Test/dafny0/IMaps.dfy.expect
diff options
context:
space:
mode:
authorGravatar chrishaw <unknown>2015-02-26 23:11:11 -0800
committerGravatar chrishaw <unknown>2015-02-26 23:11:11 -0800
commitbcb9f9e189461258d9b50aee0565afe3b8c59e5c (patch)
tree85914af749444540ef9c6d4b9421c244c3a38116 /Test/dafny0/IMaps.dfy.expect
parentf9d6586f72af31d7654bf4590f47ac1292348941 (diff)
Add imap type, which is like map but may have have infinite size
Diffstat (limited to 'Test/dafny0/IMaps.dfy.expect')
-rw-r--r--Test/dafny0/IMaps.dfy.expect7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/dafny0/IMaps.dfy.expect b/Test/dafny0/IMaps.dfy.expect
new file mode 100644
index 00000000..344d7abf
--- /dev/null
+++ b/Test/dafny0/IMaps.dfy.expect
@@ -0,0 +1,7 @@
+IMaps.dfy(53,8): Error: element may not be in domain
+Execution trace:
+ (0,0): anon0
+ (0,0): anon5_Then
+ (0,0): anon2
+
+Dafny program verifier finished with 24 verified, 1 error