Skip to content

Commit 5a17429

Browse files
committed
[Testing] Add missing REQUIRES: concurrency
1 parent ffeb1d5 commit 5a17429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ModuleInterface/features.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %empty-directory(%t)
22

3-
// RUN: %target-swift-frontend -typecheck -swift-version 5 -module-name FeatureTest -emit-module-interface-path %t/FeatureTest.swiftinterface -enable-library-evolution -enable-experimental-concurrency %s
4-
// RUN: %FileCheck %s < %t/FeatureTest.swiftinterface --check-prefix CHECK
3+
// RUN: %target-swift-frontend -typecheck -swift-version 5 -module-name FeatureTest -emit-module-interface-path - -enable-library-evolution -enable-experimental-concurrency %s | %FileCheck %s
4+
// REQUIRES: concurrency
55

66
// Make sure we can parse the file without concurrency enabled
77

0 commit comments

Comments
 (0)