Skip to content

Commit d18bd49

Browse files
committed
[test] Disable small-structs-pass-return-direct-in-c.swift for 32 bit
1 parent 6f37524 commit d18bd49

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)