From 84cdc85ca7494368e7ce2039fcef06ac2d3bd2ed Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 17 Feb 2021 23:07:28 +0100 Subject: =?UTF-8?q?Refresh=20parser=20=F0=9F=8C=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/lang/typ/expr-prec.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lang/typ/expr-prec.typ') 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) --- -- cgit v1.2.3