Skip to content

Commit 2eeb394

Browse files
committed
Add unnecessary REQUIRES: line for a feature
1 parent 414adb5 commit 2eeb394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/isolated_conformance_migrate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend -typecheck -verify -target %target-swift-5.1-abi-triple -swift-version 6 -enable-upcoming-feature InferIsolatedConformances:migrate %s
22

33
// REQUIRES: concurrency
4-
4+
// REQUIRES: swift_feature_InferIsolatedConformances
55

66
protocol P { }
77
protocol Q: P { }

0 commit comments

Comments
 (0)