summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug133.dfy.expect
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2016-02-11 15:18:34 -0800
committerGravatar qunyanm <unknown>2016-02-11 15:18:34 -0800
commitabfe9c32f0b33274511014dd4f498702bbcf0d7e (patch)
tree40d61f26b8fea19213d4e528e68e2cae439e35d4 /Test/dafny4/Bug133.dfy.expect
parent3edef4354012d635ac5d44b8a33078af7211d0d3 (diff)
Fix issue 133. The return type for some compare operators was wrongly typed
as int instead of bool.
Diffstat (limited to 'Test/dafny4/Bug133.dfy.expect')
-rw-r--r--Test/dafny4/Bug133.dfy.expect2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/dafny4/Bug133.dfy.expect b/Test/dafny4/Bug133.dfy.expect
new file mode 100644
index 00000000..c0c48e2b
--- /dev/null
+++ b/Test/dafny4/Bug133.dfy.expect
@@ -0,0 +1,2 @@
+
+Dafny program verifier finished with 1 verified, 0 errors