summaryrefslogtreecommitdiff
path: root/tests/lang/typ/expr-prec.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-17 23:07:28 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-18 15:06:00 +0100
commit84cdc85ca7494368e7ce2039fcef06ac2d3bd2ed (patch)
tree4820cfbd853fd3e98953f3a23aa398f29761ab53 /tests/lang/typ/expr-prec.typ
parente143fd36efaabfcfb42823fe5f7a25dd6de4a960 (diff)
Refresh parser 🌊
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)
---