From 11fde4cb9ee40131873636d9a2a29b4112990652 Mon Sep 17 00:00:00 2001 From: "Johan B.W. de Vries" Date: Sun, 27 Apr 2025 15:30:17 +0200 Subject: [PATCH] Add missing fix for generator --- tests/integration/test_lang/generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_lang/generator.md b/tests/integration/test_lang/generator.md index 529aab5..187d05a 100644 --- a/tests/integration/test_lang/generator.md +++ b/tests/integration/test_lang/generator.md @@ -282,7 +282,7 @@ if TYPE_NAME.startswith('tuple_') or TYPE_NAME.startswith('static_array_'): elif TYPE_NAME.startswith('struct_'): expect_type_error( TYPE + ' must be (u32, ) instead', - 'The type of the value passed to argument x of function helper should match the type of that argument', + 'The type of the value passed to argument 0 of function helper should match the type of that argument', ) else: expect_type_error(