Skip to content

Commit a48884a

Browse files
committed
Aarch64 maps CCharPointer to uint8_t
1 parent 5857278 commit a48884a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/mx.substratevm/testhello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ def test():
833833
r"/\*%sXXX%s4-byte hole%s\*/"%(spaces_pattern, spaces_pattern, spaces_pattern),
834834
r"/\*%s32%s\|%s8%s\*/%sdouble f_double;"%(spaces_pattern, spaces_pattern, spaces_pattern, spaces_pattern, spaces_pattern),
835835
r"/\*%s40%s\|%s32%s\*/%sint32_t a_int\[8\];"%(spaces_pattern, spaces_pattern, spaces_pattern, spaces_pattern, spaces_pattern),
836-
r"/\*%s72%s\|%s12%s\*/%sint8_t a_char\[12\];"%(spaces_pattern, spaces_pattern, spaces_pattern, spaces_pattern, spaces_pattern),
836+
r"/\*%s72%s\|%s12%s\*/%s(u)?int8_t a_char\[12\];"%(spaces_pattern, spaces_pattern, spaces_pattern, spaces_pattern, spaces_pattern),
837837
r"/\*%sXXX%s4-byte padding%s\*/"%(spaces_pattern, spaces_pattern, spaces_pattern),
838838
r"%s/\* total size \(bytes\):%s88 \*/"%(spaces_pattern, spaces_pattern),
839839
r"%s} \*"%(spaces_pattern)]

0 commit comments

Comments
 (0)