Skip to content

Commit 336f3cd

Browse files
authored
Update startImmediatelyIsolation.swift
1 parent c81a7aa commit 336f3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Concurrency/startImmediatelyIsolation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -parse-as-library -swift-version 6 -strict-concurrency=complete -emit-sil -verify %s
1+
// RUN: %target-swift-frontend -parse-as-library -swift-version 6 -emit-sil -verify %s
22
// REQUIRES: concurrency
33

44
@available(SwiftStdlib 6.2, *)
@@ -66,4 +66,4 @@ struct TestThrowing {
6666
}
6767
}
6868

69-
struct Boom: Error {}
69+
struct Boom: Error {}

0 commit comments

Comments
 (0)