mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update async-inheritance.swift
Tweak test for macOS
This commit is contained in:
committed by
GitHub
parent
68bc33fed3
commit
fee023cac2
@@ -1,9 +1,15 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-build-swift-dylib(%t/%target-library-name(L)) -module-name L -emit-module -emit-module-path %t/L.swiftmodule %s -DL
|
||||
// RUN: %target-build-swift -I%t -L%t -lL -parse-as-library %s -module-name E -o %t/E %target-rpath(%t)
|
||||
// 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
|
||||
// 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)
|
||||
// RUN: %target-codesign %t/E
|
||||
// RUN: %target-run %t/E %t/%target-library-name(L) | %FileCheck %s
|
||||
|
||||
// REQUIRES: concurrency
|
||||
// REQUIRES: concurrency_runtime
|
||||
// REQUIRES: executable_test
|
||||
|
||||
// UNSUPPORTED: back_deployment_runtime
|
||||
|
||||
#if L
|
||||
open class C {
|
||||
public init() {}
|
||||
|
||||
Reference in New Issue
Block a user