Skip to content

Commit 4480bb1

Browse files
committed
fix test on linux
1 parent 4e8ca79 commit 4480bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SIL/Distributed/distributed_actor_remote_deinit_sil.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ distributed actor SimpleEmptyDistributedActor {
2626
// ==== Check that a normal local only actor is left unchanged
2727

2828
// CHECK: // SimpleActor.deinit
29-
// CHECK: sil hidden [available 12.0] @$s35distributed_actor_remote_deinit_sil11SimpleActorCfd : $@convention(method) (@guaranteed SimpleActor) -> @owned Builtin.NativeObject {
29+
// CHECK: sil hidden{{.*}} @$s35distributed_actor_remote_deinit_sil11SimpleActorCfd : $@convention(method) (@guaranteed SimpleActor) -> @owned Builtin.NativeObject {
3030
// CHECK: // %0 "self" // users: %6, %5, %2, %1
3131
// CHECK: bb0(%0 : $SimpleActor):
3232
// CHECK: debug_value %0 : $SimpleActor, let, name "self", argno 1, implicit // id: %1

0 commit comments

Comments
 (0)