mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SwiftSyntax] Test adjustments because no space is inserted between #available and ( by SwiftSyntax anymore
Companion of https://github.com/apple/swift-syntax/pull/2592
This commit is contained in:
@@ -26,7 +26,7 @@ protocol Greeter: DistributedActor where ActorSystem: DistributedActorSystem<any
|
||||
|
||||
// CHECK: extension Greeter where Self: Distributed._DistributedActorStub {
|
||||
// CHECK-NEXT: distributed func greet(name: String) -> String {
|
||||
// CHECK-NEXT: if #available (SwiftStdlib 6.0, *) {
|
||||
// CHECK-NEXT: if #available(SwiftStdlib 6.0, *) {
|
||||
// CHECK-NEXT: Distributed._distributedStubFatalError()
|
||||
// CHECK-NEXT: } else {
|
||||
// CHECK-NEXT: fatalError()
|
||||
|
||||
Reference in New Issue
Block a user