diff options
Diffstat (limited to 'tests/typ/code/ops-prec.typ')
| -rw-r--r-- | tests/typ/code/ops-prec.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/ops-prec.typ b/tests/typ/code/ops-prec.typ index 2cec0d04..23afcc5f 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 access this expression mutably +// Error: 2-7 cannot mutate a temporary value {not x = "a"} --- |
