Skip to content

Commit 940a6d7

Browse files
committed
Try renabling test on all platforms
1 parent 097e451 commit 940a6d7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/IRGen/Inputs/huge_c_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ typedef uint8_t bool;
55
#define CREATE_ARRAY(T, N) \
66
struct { \
77
T data[N]; \
8-
size_t size; \
8+
uint64_t size; \
99
}
1010

1111
typedef struct {

test/IRGen/huge_c_type.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// llvm::IntegerTypes.
44
// RUN: %target-swift-frontend -import-objc-header %S/Inputs/huge_c_type.h %s -c
55

6-
// REQUIRES: OS=macosx || OS=ios
7-
86
// CHECK-NOT:i9535616
97

108
public func doIt(a: Thing3) {

0 commit comments

Comments
 (0)