summaryrefslogtreecommitdiff
path: root/Test/dafny4/Bug134.dfy.expect
diff options
context:
space:
mode:
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