summaryrefslogtreecommitdiff
path: root/tests/typ/code/ops-prec.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/ops-prec.typ')
-rw-r--r--tests/typ/code/ops-prec.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/ops-prec.typ b/tests/typ/code/ops-prec.typ
index e64e583c..2cec0d04 100644
--- a/tests/typ/code/ops-prec.typ
+++ b/tests/typ/code/ops-prec.typ
@@ -13,7 +13,7 @@
#test(not "b" == "b", false)
// Assignment binds stronger than boolean operations.
-// Error: 2-7 cannot assign to this expression
+// Error: 2-7 cannot access this expression mutably
{not x = "a"}
---