summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/bytes.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-25 12:50:11 +0100
committerGitHub <noreply@github.com>2024-02-25 11:50:11 +0000
commitca5d682edb1553cd73c581a1726537e6415fe848 (patch)
treef6914bb9727bd533543136d482baba21b0b3fc0f /tests/typ/compiler/bytes.typ
parent010da18d997eda16b894ec8be41f3e3d84e0ccd7 (diff)
Fix cast order for `ToInt` (#3485)
Diffstat (limited to 'tests/typ/compiler/bytes.typ')
-rw-r--r--tests/typ/compiler/bytes.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/bytes.typ b/tests/typ/compiler/bytes.typ
index 9a26e826..284ef773 100644
--- a/tests/typ/compiler/bytes.typ
+++ b/tests/typ/compiler/bytes.typ
@@ -28,5 +28,5 @@
#bytes((a: 1))
---
-// Error: 8-15 expected bytes, array, or version, found string
+// Error: 8-15 expected array, bytes, or version, found string
#array("hello")