summaryrefslogtreecommitdiff
path: root/Test/dafny0/columns.dfy.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny0/columns.dfy.expect')
-rw-r--r--Test/dafny0/columns.dfy.expect12
1 files changed, 12 insertions, 0 deletions
diff --git a/Test/dafny0/columns.dfy.expect b/Test/dafny0/columns.dfy.expect
new file mode 100644
index 00000000..0a99be69
--- /dev/null
+++ b/Test/dafny0/columns.dfy.expect
@@ -0,0 +1,12 @@
+columns.dfy(8,0): Warning: module-level methods are always non-instance, so the 'static' keyword is not allowed here
+columns.dfy(9,9): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+columns.dfy(10,11): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+columns.dfy(11,11): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+
+Dafny program verifier finished with 2 verified, 3 errors