From ca5d682edb1553cd73c581a1726537e6415fe848 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 25 Feb 2024 12:50:11 +0100 Subject: Fix cast order for `ToInt` (#3485) --- tests/typ/compiler/bytes.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/compiler/bytes.typ') 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") -- cgit v1.2.3