summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/typ/compiler/field.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/field.typ b/tests/typ/compiler/field.typ
index abea87fb..1235c84e 100644
--- a/tests/typ/compiler/field.typ
+++ b/tests/typ/compiler/field.typ
@@ -27,7 +27,7 @@
{(:).invalid}
---
-// Error: 2-7 cannot access field on boolean
+// Error: 2-7 expected dictionary or content, found boolean
{false.ok}
---