Skip to content

Commit 2fc1637

Browse files
authored
Merge pull request #62009 from atrick/disable-interop-alignas
Temporarily disable an Interop test on 32-bit
2 parents 7a5035b + 940c676 commit 2fc1637

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/SwiftToC/structs/small-structs-pass-return-direct-in-c.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
// RUN: %check-interop-c-header-in-clang(%t/structs.h -Wno-unused-function)
66

7+
// 32-bit disabled because of rdar://102147255
8+
// REQUIRES: PTRSIZE=64
9+
710
public struct StructOneI64 {
811
let x: Int64
912
}

0 commit comments

Comments
 (0)