diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/compiler/ops-invalid.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/ops-invalid.typ b/tests/typ/compiler/ops-invalid.typ index 7e8b63ef..de8e6234 100644 --- a/tests/typ/compiler/ops-invalid.typ +++ b/tests/typ/compiler/ops-invalid.typ @@ -14,7 +14,7 @@ #test({2*}, 2) --- -// Error: 3-13 cannot apply '+' to content +// Error: 3-13 cannot apply unary '+' to content #(+([] + [])) --- |
