summaryrefslogtreecommitdiff
path: root/Test/dafny0/DTypes.dfy.expect
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2014-07-15 16:44:00 -0700
committerGravatar Rustan Leino <unknown>2014-07-15 16:44:00 -0700
commit30cd666db7142297b7cd627cad34243b76e7291a (patch)
tree7d3155ede7a8ea29b4d5cb552fcbab64deabb374 /Test/dafny0/DTypes.dfy.expect
parent3d81de6e45e1a82931cd09442cb88458c86094e8 (diff)
Allow an arbitrary-type to take type parameters
Diffstat (limited to 'Test/dafny0/DTypes.dfy.expect')
-rw-r--r--Test/dafny0/DTypes.dfy.expect6
1 files changed, 5 insertions, 1 deletions
diff --git a/Test/dafny0/DTypes.dfy.expect b/Test/dafny0/DTypes.dfy.expect
index d7a3a029..fccf1c9a 100644
--- a/Test/dafny0/DTypes.dfy.expect
+++ b/Test/dafny0/DTypes.dfy.expect
@@ -1,3 +1,7 @@
+DTypes.dfy(181,3): Error BP5003: A postcondition might not hold on this return path.
+DTypes.dfy(180,15): Related location: This is the postcondition that might not hold.
+Execution trace:
+ (0,0): anon0
DTypes.dfy(18,14): Error: assertion violation
Execution trace:
(0,0): anon0
@@ -24,4 +28,4 @@ Execution trace:
(0,0): anon6_Then
(0,0): anon4
-Dafny program verifier finished with 27 verified, 6 errors
+Dafny program verifier finished with 36 verified, 7 errors