diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-11 16:50:26 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-11 16:50:26 +0200 |
| commit | 9720424884d67d61fd4ab7cbcefa2bfcc21d03e1 (patch) | |
| tree | 0dab729b193a071aaec9c6e0dc2e49547b2f57ec /tests/typ/compiler | |
| parent | 58e4bdb1b95a7c7f048f38e231328054e753b898 (diff) | |
Fix duplicate error message for destructuring
Diffstat (limited to 'tests/typ/compiler')
| -rw-r--r-- | tests/typ/compiler/for.typ | 1 |
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 } |
