summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-21 12:45:47 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-21 12:45:47 +0100
commita9db7bcc04530e19223b5037bb8420fa4344b183 (patch)
tree737e98aa89b502855f8799935b6da1dc756a45ba
parentc20de7f38b3a31b2e615ceb23f8460b146db9e11 (diff)
Fix make checkv1.8+git20221221
c7654756ee19 ("Provide intptr_t and uintptr_t as default types") added intptr_t and uintptr_t, but missed updating the testsuite.
-rw-r--r--tests/good/complex-types.defs1
1 files changed, 0 insertions, 1 deletions
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 <stdint.h>;
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;