Skip to content

Commit 191c996

Browse files
committed
fix whitespace in check line for Linux
1 parent 9a76323 commit 191c996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Distributed/SIL/distributed_actor_default_deinit_sil.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ distributed actor MyDistActor {
2121
// destroy only the correct stored properties whether remote or local, and also
2222
// destroy the executor.
2323

24-
// CHECK-LABEL: sil hidden {{.*}} @$s14default_deinit11MyDistActorCfd : $@convention(method) (@guaranteed MyDistActor) -> @owned Builtin.NativeObject {
24+
// CHECK-LABEL: sil hidden{{.*}} @$s14default_deinit11MyDistActorCfd : $@convention(method) (@guaranteed MyDistActor) -> @owned Builtin.NativeObject {
2525
// CHECK: bb0([[SELF:%[0-9]+]] : $MyDistActor):
2626
// CHECK: [[EXI_SELF:%[0-9]+]] = init_existential_ref [[SELF]] : $MyDistActor
2727
// CHECK: [[IS_REMOTE_FN:%[0-9]+]] = function_ref @swift_distributed_actor_is_remote
@@ -105,7 +105,7 @@ actor SimpleActor {
105105
// additionally, we add basic coverage for a non-distributed actor's deinit
106106

107107

108-
// CHECK-LABEL: sil hidden {{.*}} @$s14default_deinit11SimpleActorCfd : $@convention(method) (@guaranteed SimpleActor) -> @owned Builtin.NativeObject {
108+
// CHECK-LABEL: sil hidden{{.*}} @$s14default_deinit11SimpleActorCfd : $@convention(method) (@guaranteed SimpleActor) -> @owned Builtin.NativeObject {
109109
// CHECK: bb0([[SELF:%[0-9]+]] : $SimpleActor):
110110
// CHECK: [[REF:%[0-9]+]] = ref_element_addr [[SELF]] : $SimpleActor, #SimpleActor.someField
111111
// CHECK: [[ACCESS:%[0-9]+]] = begin_access [deinit] [static] [[REF]]

0 commit comments

Comments
 (0)