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 1
1
// 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)
4
4
// RUN: %target-codesign %t/E
5
5
// RUN: %target-run %t/E %t/%target-library-name(L) | %FileCheck %s
6
6
7
+ // REQUIRES: concurrency
8
+ // REQUIRES: concurrency_runtime
9
+ // REQUIRES: executable_test
10
+
11
+ // UNSUPPORTED: back_deployment_runtime
12
+
7
13
#if L
8
14
open class C {
9
15
public init ( ) { }
You can’t perform that action at this time.
0 commit comments