Skip to content

Commit 805ed3b

Browse files
authored
Merge pull request #73974 from hamishknight/disable-test
[test] Disable small-structs-pass-return-direct-in-c.swift for 32 bit
2 parents b93c0be + d18bd49 commit 805ed3b

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+
// Temporarily restrict to 64 bit (rdar://128673905)
8+
// REQUIRES: PTRSIZE=64
9+
710
public struct StructOneI64 {
811
let x: Int64
912
}

0 commit comments

Comments
 (0)