summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/while.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-20 14:05:17 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-20 14:05:35 +0100
commitdd331f007cb9c9968605f8d3eaef8fb498c21322 (patch)
treef1b1490758ec53fd204724a325158d16c980d131 /tests/typ/compiler/while.typ
parent40561e57fbbc68becac07acd54a34f94f591f277 (diff)
Rewrite parser
Diffstat (limited to 'tests/typ/compiler/while.typ')
-rw-r--r--tests/typ/compiler/while.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compiler/while.typ b/tests/typ/compiler/while.typ
index 3c28a32a..d495a84a 100644
--- a/tests/typ/compiler/while.typ
+++ b/tests/typ/compiler/while.typ
@@ -49,12 +49,12 @@
// Error: 7 expected expression
{while}
-// Error: 9 expected body
+// Error: 9 expected block
#while x
// Error: 7 expected expression
#while
x {}
-// Error: 9 expected body
+// Error: 9 expected block
#while x something