summaryrefslogtreecommitdiff
path: root/Test/dafny0/ComputationsLoop2.dfy.expect
diff options
context:
space:
mode:
authorGravatar leino <unknown>2014-08-05 10:07:12 -0700
committerGravatar leino <unknown>2014-08-05 10:07:12 -0700
commit08ab990d6f1a188c6cc039d6a2289daf41ff52d3 (patch)
treef6780baada9f7d87f52c0c4e6960197e333db37c /Test/dafny0/ComputationsLoop2.dfy.expect
parent498bff41addc9ca481926f668fb6b69b17b9deda (diff)
parenta2b04d603976cc54ab40d981b4c2866b58c9945e (diff)
Merge
Diffstat (limited to 'Test/dafny0/ComputationsLoop2.dfy.expect')
-rw-r--r--Test/dafny0/ComputationsLoop2.dfy.expect13
1 files changed, 13 insertions, 0 deletions
diff --git a/Test/dafny0/ComputationsLoop2.dfy.expect b/Test/dafny0/ComputationsLoop2.dfy.expect
new file mode 100644
index 00000000..0a45e6d0
--- /dev/null
+++ b/Test/dafny0/ComputationsLoop2.dfy.expect
@@ -0,0 +1,13 @@
+ComputationsLoop2.dfy(6,3): Error: cannot prove termination; try supplying a decreases clause
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+ComputationsLoop2.dfy(11,3): Error: cannot prove termination; try supplying a decreases clause
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+ComputationsLoop2.dfy(16,26): Error: assertion violation
+Execution trace:
+ (0,0): anon0
+
+Dafny program verifier finished with 1 verified, 3 errors