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.
1 parent ffeb1d5 commit 5a17429Copy full SHA for 5a17429
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
// Make sure we can parse the file without concurrency enabled
7
0 commit comments