summaryrefslogtreecommitdiff
path: root/Test/hofs/LambdaParsefail.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/LambdaParsefail.dfy.expect
parentcb2fc85d19ef3775d6e05376f59ba2fd4442fffa (diff)
Use arbitrary lookahead to determine if the next expression is a lambda expression.
Diffstat (limited to 'Test/hofs/LambdaParsefail.dfy.expect')
-rw-r--r--Test/hofs/LambdaParsefail.dfy.expect10
1 files changed, 5 insertions, 5 deletions
diff --git a/Test/hofs/LambdaParsefail.dfy.expect b/Test/hofs/LambdaParsefail.dfy.expect
index d7ee9510..11deb9b0 100644
--- a/Test/hofs/LambdaParsefail.dfy.expect
+++ b/Test/hofs/LambdaParsefail.dfy.expect
@@ -1,6 +1,6 @@
-LambdaParsefail.dfy(5,17): error: Invalid variable binding in lambda.
-LambdaParsefail.dfy(6,16): error: Expected variable binding.
-LambdaParsefail.dfy(7,16): error: Expected variable binding.
-LambdaParsefail.dfy(8,21): error: cannot declare identifier beginning with underscore
-LambdaParsefail.dfy(9,17): error: semi expected
+LambdaParsefail.dfy(5,19): error: this symbol not expected in VarDeclStatement
+LambdaParsefail.dfy(6,19): error: this symbol not expected in VarDeclStatement
+LambdaParsefail.dfy(7,21): error: this symbol not expected in VarDeclStatement
+LambdaParsefail.dfy(8,15): error: cannot declare identifier beginning with underscore
+LambdaParsefail.dfy(9,17): error: this symbol not expected in VarDeclStatement
5 parse errors detected in LambdaParsefail.dfy