Skip to content

Commit a7de231

Browse files
committed
tests: disable IRGen/section_structs.swift for 32-bit
The `StaticString("hello").utf8Start` test fails on 32 bit
1 parent dfe3d2a commit a7de231

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/section_structs.swift

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

33
// REQUIRES: swift_in_compiler
44

5+
// The `StaticString("hello").utf8Start` test fails on 32 bit
6+
// UNSUPPORTED: PTRSIZE=32
7+
58
struct MyStruct1 {
69
var a, b: Int
710
}

0 commit comments

Comments
 (0)