summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug67.dfy.expect
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2015-04-13 14:25:33 -0700
committerGravatar qunyanm <unknown>2015-04-13 14:25:33 -0700
commit4c70e323d1af8be2e7386ea25ecb7fe77ec09a49 (patch)
treec27ec0f5fdd5ae48b72eee85a19171bf026d957a /Test/dafny4/Bug67.dfy.expect
parenta84dd34f6f784c344c25340838cee07f44df6d74 (diff)
Fix issue #67. Check SupportsEquality before determining whether to emit Equals
or == for equality testing.
Diffstat (limited to 'Test/dafny4/Bug67.dfy.expect')
-rw-r--r--Test/dafny4/Bug67.dfy.expect7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/dafny4/Bug67.dfy.expect b/Test/dafny4/Bug67.dfy.expect
new file mode 100644
index 00000000..d661aac2
--- /dev/null
+++ b/Test/dafny4/Bug67.dfy.expect
@@ -0,0 +1,7 @@
+
+Dafny program verifier finished with 2 verified, 0 errors
+Program compiled successfully
+Running...
+
+True
+True \ No newline at end of file