summaryrefslogtreecommitdiff
path: root/tests/lang/typ/expr-prec.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/typ/expr-prec.typ')
-rw-r--r--tests/lang/typ/expr-prec.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/typ/expr-prec.typ b/tests/lang/typ/expr-prec.typ
index 738e8fdf..e64e583c 100644
--- a/tests/lang/typ/expr-prec.typ
+++ b/tests/lang/typ/expr-prec.typ
@@ -21,7 +21,7 @@
#test((1), 1)
#test((1+2)*-3, -9)
-// Error: 15 expected closing paren
+// Error: 14 expected closing paren
#test({(1 + 1}, 2)
---