summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug140.dfy.expect
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2016-02-26 10:37:53 -0800
committerGravatar qunyanm <unknown>2016-02-26 10:37:53 -0800
commit273a5368fb5b7e919011c3774317c302d1bad87d (patch)
treeb0c4fa2cb9f95b9ea0bf98627319c80191d9c2b4 /Test/dafny4/Bug140.dfy.expect
parent13a88d7263c02590f5be9bb9944c0ab43b76bccc (diff)
Fix issue 140. Move the initializion of _this before the TAIL_CALL_START label.
Diffstat (limited to 'Test/dafny4/Bug140.dfy.expect')
-rw-r--r--Test/dafny4/Bug140.dfy.expect6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/dafny4/Bug140.dfy.expect b/Test/dafny4/Bug140.dfy.expect
new file mode 100644
index 00000000..00c7d129
--- /dev/null
+++ b/Test/dafny4/Bug140.dfy.expect
@@ -0,0 +1,6 @@
+
+Dafny program verifier finished with 11 verified, 0 errors
+Program compiled successfully
+Running...
+
+12 \ No newline at end of file