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 c81a7aa commit 336f3cdCopy full SHA for 336f3cd
test/Concurrency/startImmediatelyIsolation.swift
@@ -1,4 +1,4 @@
1
-// RUN: %target-swift-frontend -parse-as-library -swift-version 6 -strict-concurrency=complete -emit-sil -verify %s
+// RUN: %target-swift-frontend -parse-as-library -swift-version 6 -emit-sil -verify %s
2
// REQUIRES: concurrency
3
4
@available(SwiftStdlib 6.2, *)
@@ -66,4 +66,4 @@ struct TestThrowing {
66
}
67
68
69
-struct Boom: Error {}
+struct Boom: Error {}
0 commit comments