summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug134.dfy.expect
diff options
context:
space:
mode:
authorGravatar qunyanm <unknown>2016-02-11 16:08:27 -0800
committerGravatar qunyanm <unknown>2016-02-11 16:08:27 -0800
commit15755e486cfe715f15ed7e71938d07800a98a7f2 (patch)
tree719dcd8cfbd651b0087bb948c77d83335ab72325 /Test/dafny4/Bug134.dfy.expect
parentabfe9c32f0b33274511014dd4f498702bbcf0d7e (diff)
Fix issue 134. Wrong variable was used in the loop.
Diffstat (limited to 'Test/dafny4/Bug134.dfy.expect')
-rw-r--r--Test/dafny4/Bug134.dfy.expect4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/dafny4/Bug134.dfy.expect b/Test/dafny4/Bug134.dfy.expect
new file mode 100644
index 00000000..d5d7ae53
--- /dev/null
+++ b/Test/dafny4/Bug134.dfy.expect
@@ -0,0 +1,4 @@
+Bug134.dfy(16,20): Warning: "import A as B" has been deprecated; in the new syntax, it is "import A:B"
+Bug134.dfy(21,20): Warning: "import A as B" has been deprecated; in the new syntax, it is "import A:B"
+
+Dafny program verifier finished with 4 verified, 0 errors