Skip to content

Commit 5af87fa

Browse files
authored
Merge pull request #80060 from tshortli/disable-clang-importer-availability-custom-domains-on-android
Tests: Disable ClangImporter/availability_custom_domains.swift on Android
2 parents 13ef626 + 41be6eb commit 5af87fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ClangImporter/availability_custom_domains.swift

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: swift_feature_CustomAvailability
88
// UNSUPPORTED: OS=windows-msvc
99

10+
// https://github.com/swiftlang/swift/issues/80058
11+
// UNSUPPORTED: OS=linux-android
12+
1013
import Oceans // re-exports Rivers
1114

1215
func testClangDecls() {

0 commit comments

Comments
 (0)