From e5f30050f098f58bfe9e37e9e2e93aa85eb5e10e Mon Sep 17 00:00:00 2001 From: Guillaume Lessard Date: Tue, 21 Oct 2025 18:13:24 -0700 Subject: [PATCH] [test] add Android to availability attribute test Following up to https://github.com/swiftlang/swift/pull/84574 --- test/IDE/complete_decl_attribute.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/IDE/complete_decl_attribute.swift b/test/IDE/complete_decl_attribute.swift index 9082ed637fd86..7219f727a7868 100644 --- a/test/IDE/complete_decl_attribute.swift +++ b/test/IDE/complete_decl_attribute.swift @@ -86,6 +86,7 @@ actor MyGenericGlobalActor { // AVAILABILITY1-NEXT: Keyword/None: FreeBSD[#Platform#]; name=FreeBSD{{$}} // AVAILABILITY1-NEXT: Keyword/None: OpenBSD[#Platform#]; name=OpenBSD{{$}} // AVAILABILITY1-NEXT: Keyword/None: Windows[#Platform#]; name=Windows{{$}} +// AVAILABILITY1-NEXT: Keyword/None: Android[#Platform#]; name=Android{{$}} @available(*, #^AVAILABILITY2^#)