Skip to content

Commit 939757c

Browse files
ktosorintaro
authored andcommitted
Fix matching in distributed_actor_executor_ast.swift
(cherry picked from commit ac6f569)
1 parent 0fd7f3d commit 939757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Distributed/distributed_actor_executor_ast.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ distributed actor DefaultWorker {
2727
// CHECK: (class_decl range=[{{.*}}] "DefaultWorker" interface type='DefaultWorker.Type' access=internal non-resilient actor
2828
// The unowned executor property:
2929
// CHECK: (var_decl implicit "localUnownedExecutor" type='Optional<UnownedSerialExecutor>' interface type='Optional<UnownedSerialExecutor>' access=internal final readImpl=getter immutable
30-
// CHECK: (accessor_decl implicit 'anonname={{.*}}' interface type='(DefaultWorker) -> () -> Optional<UnownedSerialExecutor>' access=internal {{.*}} get_for=localUnownedExecutor
30+
// CHECK: (accessor_decl implicit 'anonname={{.*}}' interface type='(DefaultWorker) -> () -> Optional<UnownedSerialExecutor>' access=internal {{.*}}get_for=localUnownedExecutor
3131
// CHECK: (parameter "self" type='DefaultWorker' interface type='DefaultWorker')
3232
// CHECK: (parameter_list)
3333
// CHECK: (brace_stmt implicit

0 commit comments

Comments
 (0)