diff --git a/test/IRGen/Inputs/huge_c_type.h b/test/IRGen/Inputs/huge_c_type.h index 2afde356161e4..e24df54f0c411 100644 --- a/test/IRGen/Inputs/huge_c_type.h +++ b/test/IRGen/Inputs/huge_c_type.h @@ -1,7 +1,5 @@ #include -typedef uint8_t bool; - #define CREATE_ARRAY(T, N) \ struct { \ T data[N]; \ @@ -15,7 +13,7 @@ typedef struct { typedef struct { uint64_t a; - bool b; + uint8_t b; CREATE_ARRAY(Thing, 16) c; uint32_t d; uint64_t e;