mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[testing] add missing REQUIRES: concurrency
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// RUN: %target-swift-frontend -typecheck -enable-library-evolution -enable-experimental-concurrency -emit-module-interface-path %t/Library.swiftinterface -module-name Library %s
|
||||
// RUN: %FileCheck --check-prefix CHECK-EXTENSION %s <%t/Library.swiftinterface
|
||||
// RUN: %FileCheck --check-prefix CHECK %s <%t/Library.swiftinterface
|
||||
// REQUIRES: concurrency
|
||||
|
||||
/// This test ensures that, when generating a swiftinterface file,
|
||||
/// the actor class decl itself is what may conform to the Actor protocol,
|
||||
|
||||
Reference in New Issue
Block a user