summaryrefslogtreecommitdiffhomepage
path: root/tests/00_syntax/19_arrow_functions
diff options
context:
space:
mode:
Diffstat (limited to 'tests/00_syntax/19_arrow_functions')
-rw-r--r--tests/00_syntax/19_arrow_functions6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/00_syntax/19_arrow_functions b/tests/00_syntax/19_arrow_functions
index 4847d8a..102c527 100644
--- a/tests/00_syntax/19_arrow_functions
+++ b/tests/00_syntax/19_arrow_functions
@@ -108,11 +108,11 @@ subsequent testcase asserts that case.
-- Expect stderr --
Syntax error: Unexpected token
-Expecting Label
-In line 2, byte 5:
+Expecting ';'
+In line 2, byte 10:
` (a + 1) => { print("test\n") }`
- ^-- Near here
+ Near here --^
-- End --