From 15755e486cfe715f15ed7e71938d07800a98a7f2 Mon Sep 17 00:00:00 2001 From: qunyanm Date: Thu, 11 Feb 2016 16:08:27 -0800 Subject: Fix issue 134. Wrong variable was used in the loop. --- Test/dafny4/Bug134.dfy.expect | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Test/dafny4/Bug134.dfy.expect (limited to 'Test/dafny4/Bug134.dfy.expect') 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 -- cgit v1.2.3