Skip to content

Commit 31370df

Browse files
authored
Merge pull request #28364 from apple/all-your-nsbase
2 parents e544d36 + 41cf1e7 commit 31370df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

validation-test/stdlib/SwiftNativeNSBase.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
// REQUIRES: executable_test
2222

2323
// REQUIRES: objc_interop
24-
// REQUIRES: rdar55727144
24+
25+
// The oldest ABI-stable stdlibs don't have a __SwiftNativeNSMutableArrayBase
26+
// class, so they can't run the UnwantedCdtors test.
27+
// FIXME: This should be based on a runtime library version check.
28+
// UNSUPPORTED: use_os_stdlib
29+
2530
import Foundation
2631
import StdlibUnittest
2732

0 commit comments

Comments
 (0)