summaryrefslogtreecommitdiff
path: root/tests/typ/compiler
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-11 16:50:26 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-11 16:50:26 +0200
commit9720424884d67d61fd4ab7cbcefa2bfcc21d03e1 (patch)
tree0dab729b193a071aaec9c6e0dc2e49547b2f57ec /tests/typ/compiler
parent58e4bdb1b95a7c7f048f38e231328054e753b898 (diff)
Fix duplicate error message for destructuring
Diffstat (limited to 'tests/typ/compiler')
-rw-r--r--tests/typ/compiler/for.typ1
1 files changed, 0 insertions, 1 deletions
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
}