summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/methods.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/methods.typ')
-rw-r--r--tests/typ/compiler/methods.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/methods.typ b/tests/typ/compiler/methods.typ
index 86faefbc..afcb024f 100644
--- a/tests/typ/compiler/methods.typ
+++ b/tests/typ/compiler/methods.typ
@@ -42,5 +42,5 @@
#(numbers.sorted() = 1)
---
-// Error: 2-5 cannot mutate a constant
+// Error: 2-5 cannot mutate a constant: box
#box.push(1)