summaryrefslogtreecommitdiff
path: root/Test/dafny0/OpaqueFunctionsFail.dfy.expect
diff options
context:
space:
mode:
authorGravatar Dan Rosén <danr@chalmers.se>2014-07-07 15:09:33 -0700
committerGravatar Dan Rosén <danr@chalmers.se>2014-07-07 15:09:33 -0700
commit60208673a25423e378cc7e9672d5acf9fd6f58bc (patch)
tree32d97449302d4af7fb274825985b2d9c8d9ba008 /Test/dafny0/OpaqueFunctionsFail.dfy.expect
parent9ee34997bf0787ce4aaee1fafc475e0728bec61d (diff)
New logical encoding of types with Is and IsAlloc
Diffstat (limited to 'Test/dafny0/OpaqueFunctionsFail.dfy.expect')
-rw-r--r--Test/dafny0/OpaqueFunctionsFail.dfy.expect4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/dafny0/OpaqueFunctionsFail.dfy.expect b/Test/dafny0/OpaqueFunctionsFail.dfy.expect
new file mode 100644
index 00000000..8c2638c3
--- /dev/null
+++ b/Test/dafny0/OpaqueFunctionsFail.dfy.expect
@@ -0,0 +1,4 @@
+OpaqueFunctionsFail.dfy(9,18): Error: type variable 'A' in the function call to '#zero_FULL' could not determined. If you are making an opaque function, make sure that the function can be called.
+OpaqueFunctionsFail.dfy(9,18): Error: type variable 'A' in the function call to 'zero' could not determined
+OpaqueFunctionsFail.dfy(9,18): Error: type variable 'A' in the function call to '#zero_FULL' could not determined. If you are making an opaque function, make sure that the function can be called.
+3 resolution/type errors detected in OpaqueFunctionsFail.dfy