File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
2- // RUN: %target-build-swift-dylib(%t/%target-library-name(L)) -module-name L -emit-module -emit-module-path %t/L.swiftmodule %s -DL
3- // RUN: %target-build-swift -I%t -L%t -lL -parse-as-library %s -module-name E -o %t/E %target-rpath(%t)
2+ // RUN: %target-build-swift-dylib(%t/%target-library-name(L)) -Xfrontend -disable-availability-checking - module-name L -emit-module -emit-module-path %t/L.swiftmodule %s -DL
3+ // RUN: %target-build-swift -Xfrontend -disable-availability-checking - I%t -L%t -lL -parse-as-library %s -module-name E -o %t/E %target-rpath(%t)
44// RUN: %target-codesign %t/E
55// RUN: %target-run %t/E %t/%target-library-name(L) | %FileCheck %s
66
7+ // REQUIRES: concurrency
8+ // REQUIRES: concurrency_runtime
9+ // REQUIRES: executable_test
10+
11+ // UNSUPPORTED: back_deployment_runtime
12+
713#if L
814open class C {
915 public init ( ) { }
You can’t perform that action at this time.
0 commit comments