Skip to content

Commit 69d7551

Browse files
authored
Merge pull request #70540 from eeckstein/disable-test
tests: disable IRGen/section_structs.swift for 32-bit
2 parents 7dc3d72 + a7de231 commit 69d7551

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)