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
33
44// REQUIRES: swift_in_compiler
55// REQUIRES: swift_feature_Embedded
Original file line number Diff line number Diff line change 66// REQUIRES: executable_test
77// REQUIRES: swift_in_compiler
88// REQUIRES: optimized_stdlib
9- // REQUIRES: OS=macosx || OS=wasi
9+ // REQUIRES: OS=macosx
1010// REQUIRES: swift_feature_Embedded
1111
1212import _Concurrency
You can’t perform that action at this time.
0 commit comments