Skip to content

Commit 3d93b5e

Browse files
authored
Merge pull request #73213 from hborla/redundant-run-line
[NFC] Remove a redundant run line from concurrency test.
2 parents c1ecef7 + 23c16f8 commit 3d93b5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Concurrency/global_actor_inference_swift6.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
// RUN: %target-swift-frontend -swift-version 6 -emit-module -emit-module-path %t/other_global_actor_inference.swiftmodule -module-name other_global_actor_inference -strict-concurrency=complete %S/Inputs/other_global_actor_inference.swift
44

5-
// RUN: %target-swift-frontend -swift-version 6 -I %t -disable-availability-checking %s -emit-sil -o /dev/null -verify -enable-experimental-feature GlobalActorIsolatedTypesUsability
65
// RUN: %target-swift-frontend -swift-version 6 -I %t -disable-availability-checking %s -emit-sil -o /dev/null -verify -enable-experimental-feature GlobalActorIsolatedTypesUsability
76

87
// REQUIRES: concurrency

0 commit comments

Comments
 (0)