summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/let.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/let.typ')
-rw-r--r--tests/typ/compiler/let.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/let.typ b/tests/typ/compiler/let.typ
index d9940a8c..825f9e7b 100644
--- a/tests/typ/compiler/let.typ
+++ b/tests/typ/compiler/let.typ
@@ -227,7 +227,7 @@ Three
// Terminated by semicolon even though we are in a paren group.
// Error: 18 expected expression
-// Error: 18 expected closing paren
+// Error: 11-12 unclosed delimiter
#let v5 = (1, 2 + ; Five
// Error: 9-13 expected identifier, found boolean