Skip to content

Commit 6780f3d

Browse files
authored
Merge pull request #35688 from mikeash/disable-witness-layout-opts-irgen
[Test] Disable witness-layout-opts-irgen.swift, failing on 32-bit.
2 parents 54c2075 + 503dd18 commit 6780f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Interop/Cxx/value-witness-table/witness-layout-opts-irgen.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// to test them in the same file.
88
// XFAIL: OS=windows-msvc
99

10-
// Failing on i386 simulator, disable for now. rdar://73829982
11-
// UNSUPPORTED: DARWIN_SIMULATOR=ios
10+
// Failing on 32-bit simulator, disable for now. rdar://73829982
11+
// REQUIRES: rdar73829982
1212

1313
import WitnessLayoutOpts
1414

0 commit comments

Comments
 (0)