File tree Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// Linux uses a different autolinking mechanism, based on
4
4
// swift-autolink-extract. This file tests the Darwin mechanism.
5
- // UNSUPPORTED: OS=linux-gnu
6
- // UNSUPPORTED: OS=linux-gnueabihf
7
- // UNSUPPORTED: OS=freebsd
8
- // UNSUPPORTED: OS=linux-androideabi
5
+ // UNSUPPORTED: autolink-extract
9
6
10
7
// Use a type declared in the Clang part of the module.
11
8
public let y = Test ( )
Original file line number Diff line number Diff line change 14
14
15
15
// Linux uses a different autolinking mechanism, based on
16
16
// swift-autolink-extract. This file tests the Darwin mechanism.
17
- // UNSUPPORTED: OS=linux-gnu
18
- // UNSUPPORTED: OS=linux-gnueabihf
19
- // UNSUPPORTED: OS=freebsd
20
- // UNSUPPORTED: OS=linux-androideabi
17
+ // UNSUPPORTED: autolink-extract
21
18
22
19
import LinkMusket
23
20
import LinkFramework
Original file line number Diff line number Diff line change 11
11
12
12
// Linux uses a different autolinking mechanism, based on
13
13
// swift-autolink-extract. This file tests the Darwin mechanism.
14
- // UNSUPPORTED: OS=linux-gnu
15
- // UNSUPPORTED: OS=linux-gnueabihf
16
- // UNSUPPORTED: OS=freebsd
17
- // UNSUPPORTED: OS=linux-androideabi
14
+ /// UNSUPPORTED: autolink-extract
18
15
19
16
import autolinking_module_inferred
20
17
Original file line number Diff line number Diff line change 21
21
22
22
// Linux uses a different autolinking mechanism, based on
23
23
// swift-autolink-extract. This file tests the Darwin mechanism.
24
- // UNSUPPORTED: OS=linux-gnu
25
- // UNSUPPORTED: OS=linux-gnueabihf
26
- // UNSUPPORTED: OS=freebsd
27
- // UNSUPPORTED: OS=linux-androideabi
24
+ // UNSUPPORTED: autolink-extract
28
25
29
26
import someModule
30
27
You can’t perform that action at this time.
0 commit comments