From a9db7bcc04530e19223b5037bb8420fa4344b183 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 21 Dec 2022 12:45:47 +0100 Subject: Fix make check c7654756ee19 ("Provide intptr_t and uintptr_t as default types") added intptr_t and uintptr_t, but missed updating the testsuite. --- tests/good/complex-types.defs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/good/complex-types.defs b/tests/good/complex-types.defs index 58d417e..98c2c95 100644 --- a/tests/good/complex-types.defs +++ b/tests/good/complex-types.defs @@ -23,7 +23,6 @@ import ; import "types.h"; type byte = MACH_MSG_TYPE_BYTE; -type intptr_t = ^byte; type pointer_t = ^array[] of MACH_MSG_TYPE_BYTE ctype: vm_offset_t; -- cgit v1.2.3