summaryrefslogtreecommitdiff
path: root/tests/typ/code/ops-prec.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-08-12 13:39:33 +0200
committerLaurenz <laurmaedje@gmail.com>2021-08-12 13:56:23 +0200
commiteaa3cbaa9c2b1564a4b0db013672245a1893314a (patch)
tree616a3d0f3686793caffcef72f230f8ba79b8f3ca /tests/typ/code/ops-prec.typ
parent8207c31aec6336b773fbf4661fdb87625c8b584e (diff)
Array and dictionary indexing
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"}
---