summaryrefslogtreecommitdiff
path: root/Test/dafny0/ComputationsLoop.dfy.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny0/ComputationsLoop.dfy.expect')
-rw-r--r--Test/dafny0/ComputationsLoop.dfy.expect9
1 files changed, 9 insertions, 0 deletions
diff --git a/Test/dafny0/ComputationsLoop.dfy.expect b/Test/dafny0/ComputationsLoop.dfy.expect
new file mode 100644
index 00000000..d9d48024
--- /dev/null
+++ b/Test/dafny0/ComputationsLoop.dfy.expect
@@ -0,0 +1,9 @@
+ComputationsLoop.dfy(7,3): Error: failure to decrease termination measure
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+ComputationsLoop.dfy(12,26): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+
+Dafny program verifier finished with 1 verified, 2 errors