File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-emit-sil %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none -wmo | %FileCheck %s --check-prefix CHECK-SIL
2
- // RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none -wmo | %FileCheck %s --check-prefix CHECK-IR
1
+ // RUN: %target-swift-emit-sil %s -parse-stdlib -enable-experimental-feature Embedded -target %target-triple -wmo | %FileCheck %s --check-prefix CHECK-SIL
2
+ // RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target %target-triple -wmo | %FileCheck %s --check-prefix CHECK-IR
3
3
4
4
// REQUIRES: swift_in_compiler
5
5
// REQUIRES: swift_feature_Embedded
Original file line number Diff line number Diff line change 6
6
// REQUIRES: executable_test
7
7
// REQUIRES: swift_in_compiler
8
8
// REQUIRES: optimized_stdlib
9
- // REQUIRES: OS=macosx || OS=wasi
9
+ // REQUIRES: OS=macosx
10
10
// REQUIRES: swift_feature_Embedded
11
11
12
12
import _Concurrency
You can’t perform that action at this time.
0 commit comments