File tree 6 files changed +6
-24
lines changed
6 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 8
8
// REQUIRES: swift_in_compiler
9
9
// REQUIRES: optimized_stdlib
10
10
// REQUIRES: OS=macosx
11
-
12
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13
- // embedded Swift mode.
14
- // XFAIL: OS=macosx
11
+ // UNSUPPORTED: freestanding
15
12
16
13
import _Concurrency
17
14
Original file line number Diff line number Diff line change 8
8
// REQUIRES: swift_in_compiler
9
9
// REQUIRES: optimized_stdlib
10
10
// REQUIRES: OS=macosx
11
-
12
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13
- // embedded Swift mode.
14
- // XFAIL: OS=macosx
11
+ // UNSUPPORTED: freestanding
15
12
16
13
import _Concurrency
17
14
Original file line number Diff line number Diff line change 8
8
// REQUIRES: swift_in_compiler
9
9
// REQUIRES: optimized_stdlib
10
10
// REQUIRES: OS=macosx
11
-
12
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13
- // embedded Swift mode.
14
- // XFAIL: OS=macosx
11
+ // UNSUPPORTED: freestanding
15
12
16
13
import _Concurrency
17
14
Original file line number Diff line number Diff line change 10
10
// REQUIRES: optimized_stdlib
11
11
// REQUIRES: VENDOR=apple
12
12
// REQUIRES: OS=macosx
13
-
14
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
15
- // embedded Swift mode.
16
- // XFAIL: OS=macosx
13
+ // UNSUPPORTED: freestanding
17
14
18
15
// BEGIN BridgingHeader.h
19
16
Original file line number Diff line number Diff line change 8
8
// REQUIRES: optimized_stdlib
9
9
// REQUIRES: VENDOR=apple
10
10
// REQUIRES: OS=macosx
11
-
12
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
13
- // embedded Swift mode.
14
- // XFAIL: OS=macosx
11
+ // UNSUPPORTED: freestanding
15
12
16
13
import Darwin
17
14
Original file line number Diff line number Diff line change 46
46
// REQUIRES: executable_test
47
47
// REQUIRES: optimized_stdlib
48
48
// REQUIRES: OS=macosx
49
-
50
- // The Darwin SDK overlay module in the macOS SDK cannot be imported in
51
- // embedded Swift mode.
52
- // XFAIL: OS=macosx
49
+ // UNSUPPORTED: freestanding
53
50
54
51
import _Concurrency
55
52
You can’t perform that action at this time.
0 commit comments