Skip to content

Commit ff8b9f1

Browse files
authored
[Distributed] fix typo in CHECK assertions (#81795)
... in distributed_actor_accessor_thunks_32bit.swift Spotted a typo while skimming through the test so let's fix it. it should be CHECK-SAME and not CHECK_SAME which would just do nothing
1 parent 89bdb31 commit ff8b9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Distributed/distributed_actor_accessor_thunks_32bit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public distributed actor MyOtherActor {
245245
// CHECK-SAME: %swift.context* [[THUNK_CONTEXT_PTR]],
246246
// CHECK-SAME: i32 [[STR_ARG_SIZE]],
247247
// CHECK-SAME: i32 [[STR_ARG_VAL]],
248-
// CHECK_SAME: i32 [[STR_ARG_FLAGS]],
248+
// CHECK-SAME: i32 [[STR_ARG_FLAGS]],
249249
// CHECK-SAME: %T27distributed_actor_accessors7MyActorC* [[ACTOR]])
250250

251251
// CHECK-NEXT: [[TASK_REF:%.*]] = extractvalue { i8*, i32, %swift.error* } [[THUNK_RESULT]], 0

0 commit comments

Comments
 (0)