[testing] add missing REQUIRES: concurrency

This commit is contained in:
David Zarzycki
2021-01-08 08:26:29 -05:00
parent 6147a6b645
commit e4ce4119d4
2 changed files with 2 additions and 0 deletions

View File

@@ -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,