summaryrefslogtreecommitdiff
path: root/Test/hofs/OneShot.dfy.expect
diff options
context:
space:
mode:
authorGravatar leino <unknown>2014-11-13 08:41:44 -0800
committerGravatar leino <unknown>2014-11-13 08:41:44 -0800
commit2f65735d93a06206fcfa1cf48a519677067b1948 (patch)
tree72ac5f80c57ce9e7f4ba8e3ae29d6cf6e2fbf86a /Test/hofs/OneShot.dfy.expect
parentcb2fc85d19ef3775d6e05376f59ba2fd4442fffa (diff)
Use arbitrary lookahead to determine if the next expression is a lambda expression.
Diffstat (limited to 'Test/hofs/OneShot.dfy.expect')
-rw-r--r--Test/hofs/OneShot.dfy.expect6
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/hofs/OneShot.dfy.expect b/Test/hofs/OneShot.dfy.expect
index 78a9864b..91b931b8 100644
--- a/Test/hofs/OneShot.dfy.expect
+++ b/Test/hofs/OneShot.dfy.expect
@@ -2,19 +2,19 @@ OneShot.dfy(20,12): Error: possible violation of function precondition
Execution trace:
(0,0): anon0
(0,0): anon5_Then
- OneShot.dfy(13,9): anon5_Else
+ OneShot.dfy(13,8): anon5_Else
(0,0): anon6_Then
OneShot.dfy(22,12): Error: assertion violation
Execution trace:
(0,0): anon0
(0,0): anon5_Then
- OneShot.dfy(13,9): anon5_Else
+ OneShot.dfy(13,8): anon5_Else
(0,0): anon6_Else
OneShot.dfy(22,13): Error: possible violation of function precondition
Execution trace:
(0,0): anon0
(0,0): anon5_Then
- OneShot.dfy(13,9): anon5_Else
+ OneShot.dfy(13,8): anon5_Else
(0,0): anon6_Else
Dafny program verifier finished with 1 verified, 3 errors