summaryrefslogtreecommitdiff
path: root/Test/dafny0/CoPrefix.dfy.expect
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-09-28 13:31:26 -0700
committerGravatar leino <unknown>2015-09-28 13:31:26 -0700
commitaec9290fbd3ca9ada5a7fad4dabb4ed1ffad6a84 (patch)
treef1f8515675b958c319b94cee89d53422cf6053ff /Test/dafny0/CoPrefix.dfy.expect
parent4c21d765625b35eab9f5dc4ca21f170d3f7a2f04 (diff)
Additional tests
Diffstat (limited to 'Test/dafny0/CoPrefix.dfy.expect')
-rw-r--r--Test/dafny0/CoPrefix.dfy.expect17
1 files changed, 16 insertions, 1 deletions
diff --git a/Test/dafny0/CoPrefix.dfy.expect b/Test/dafny0/CoPrefix.dfy.expect
index a7295367..b42f2593 100644
--- a/Test/dafny0/CoPrefix.dfy.expect
+++ b/Test/dafny0/CoPrefix.dfy.expect
@@ -12,6 +12,21 @@ CoPrefix.dfy(176,10): Error: cannot prove termination; try supplying a decreases
Execution trace:
(0,0): anon0
(0,0): anon3_Then
+CoPrefix.dfy(205,6): Error: the calculation step between the previous line and this line might not hold
+Execution trace:
+ (0,0): anon0
+ (0,0): anon8_Then
+ (0,0): anon10_Then
+CoPrefix.dfy(207,6): Error: the calculation step between the previous line and this line might not hold
+Execution trace:
+ (0,0): anon0
+ (0,0): anon8_Then
+ (0,0): anon11_Then
+CoPrefix.dfy(220,12): Error: prefix-equality limit must be at least 0
+Execution trace:
+ (0,0): anon0
+ (0,0): anon8_Then
+ (0,0): anon11_Then
CoPrefix.dfy(63,56): Error: failure to decrease termination measure
Execution trace:
(0,0): anon0
@@ -47,4 +62,4 @@ Execution trace:
(0,0): anon0
(0,0): anon3_Else
-Dafny program verifier finished with 41 verified, 9 errors
+Dafny program verifier finished with 43 verified, 12 errors