Skip to content

Commit fee023c

Browse files
authored
Update async-inheritance.swift
Tweak test for macOS
1 parent 68bc33f commit fee023c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

test/IRGen/async-inheritance.swift

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
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
814
open class C {
915
public init() {}

0 commit comments

Comments
 (0)