summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/compiler/ops-invalid.typ2
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
#(+([] + []))
---