We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22acb2f + 5a17429 commit bcfafc1Copy full SHA for bcfafc1
test/ModuleInterface/features.swift
@@ -1,7 +1,7 @@
1
// RUN: %empty-directory(%t)
2
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
+// RUN: %target-swift-frontend -typecheck -swift-version 5 -module-name FeatureTest -emit-module-interface-path - -enable-library-evolution -enable-experimental-concurrency %s | %FileCheck %s
+// REQUIRES: concurrency
5
6
// REQUIRES: concurrency
7
0 commit comments