summaryrefslogtreecommitdiff
path: root/Test/dafny4/bug72.dfy.expect
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2015-04-24 13:03:39 -0700
committerGravatar qunyanm <unknown>2015-04-24 13:03:39 -0700
commite4f315cdf92340332ffddeb164ccb10eb73c4e85 (patch)
tree847d56108a3bfff879eb2dec69344dfa951db615 /Test/dafny4/bug72.dfy.expect
parent688f9daef70041641ea61f2c34a25878d762b75a (diff)
Fix issue #72. Add the constructor questionmark to a function's axiom if the
function has a MemberSelectExpr that accesses a type with only one constructor.
Diffstat (limited to 'Test/dafny4/bug72.dfy.expect')
-rw-r--r--Test/dafny4/bug72.dfy.expect2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/dafny4/bug72.dfy.expect b/Test/dafny4/bug72.dfy.expect
new file mode 100644
index 00000000..52595bf9
--- /dev/null
+++ b/Test/dafny4/bug72.dfy.expect
@@ -0,0 +1,2 @@
+
+Dafny program verifier finished with 3 verified, 0 errors