From 9720424884d67d61fd4ab7cbcefa2bfcc21d03e1 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 11 Apr 2023 16:50:26 +0200 Subject: Fix duplicate error message for destructuring --- tests/typ/compiler/for.typ | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/typ/compiler/for.typ b/tests/typ/compiler/for.typ index 1c780710..4a3aefb4 100644 --- a/tests/typ/compiler/for.typ +++ b/tests/typ/compiler/for.typ @@ -93,7 +93,6 @@ --- // Destructuring without parentheses. // Error: 7 expected keyword `in`. did you mean to use a destructuring pattern? -// Error: 7 expected keyword `in` #for k, v in (a: 4, b: 5) { dont-care } -- cgit v1.2.3