summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/ops-invalid.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/ops-invalid.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 0ed26a56..f3a83e7a 100644
--- a/tests/typ/compiler/ops-invalid.typ
+++ b/tests/typ/compiler/ops-invalid.typ
@@ -87,7 +87,7 @@
#(3 / 12pt)
---
-// Error: 3-10 cannot repeat this string -1 times
+// Error: 3-10 number must be at least zero
#(-1 * "")
---