Skip to content

Commit

Permalink
Try renabling test on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
aschwaighofer committed May 20, 2020
1 parent 097e451 commit 940a6d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test/IRGen/Inputs/huge_c_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ typedef uint8_t bool;
#define CREATE_ARRAY(T, N) \
struct { \
T data[N]; \
size_t size; \
uint64_t size; \
}

typedef struct {
Expand Down
2 changes: 0 additions & 2 deletions test/IRGen/huge_c_type.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// llvm::IntegerTypes.
// RUN: %target-swift-frontend -import-objc-header %S/Inputs/huge_c_type.h %s -c

// REQUIRES: OS=macosx || OS=ios

// CHECK-NOT:i9535616

public func doIt(a: Thing3) {
Expand Down

0 comments on commit 940a6d7

Please sign in to comment.