File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
swift-ci/sdks/android/patches Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,15 @@ index 3f36fc979cb..8713ae8fea8 100755
10
10
"grep",
11
11
"--extended-regexp",
12
12
"--recursive",
13
+ diff --git a/swift/test/SymbolGraph/Relationships/MemberOf/Basic.swift b/swift/test/SymbolGraph/Relationships/MemberOf/Basic.swift
14
+ index 53c7470387e..eafe29f805d 100644
15
+ --- a/swift/test/SymbolGraph/Relationships/MemberOf/Basic.swift
16
+ +++ b/swift/test/SymbolGraph/Relationships/MemberOf/Basic.swift
17
+ @@ -8,6 +8,7 @@
18
+ // RUN: %empty-directory(%t/Output)
19
+ // RUN: %swift-symbolgraph-extract -module-name Basic -I %t -pretty-print -output-dir %t/Output
20
+ // RUN: %FileCheck %s --input-file %t/Output/Basic.symbols.json
21
+ + // UNSUPPORTED: OS=linux-android, OS=linux-androideabi
22
+
23
+ public struct S {
24
+ public var x: Int
You can’t perform that action at this time.
0 commit comments