Skip to content

Commit bb73615

Browse files
committed
[Gardening] Test: Detypo'd name.
1 parent b150a48 commit bb73615

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/SILOptimizer/ossa_lifetime_completion.sil

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ typealias AnyObject = Builtin.AnyObject
3232

3333
protocol P : AnyObject {}
3434

35-
// CHECK-LABEL: begin running test 1 of 1 on eagerConsumneOwnedArg: ossa_lifetime_completion with: @argument
35+
// CHECK-LABEL: begin running test 1 of 1 on eagerConsumeOwnedArg: ossa_lifetime_completion with: @argument
3636
// CHECK-LABEL: OSSA lifetime completion on liveness boundary: %0 = argument of bb0 : $C
37-
// CHECK: sil [ossa] @eagerConsumneOwnedArg : $@convention(thin) (@owned C) -> () {
37+
// CHECK: sil [ossa] @eagerConsumeOwnedArg : $@convention(thin) (@owned C) -> () {
3838
// CHECK: bb0(%0 : @_eagerMove @owned $C):
3939
// CHECK-NEXT: destroy_value %0 : $C
40-
// CHECK-LABEL: end running test 1 of 1 on eagerConsumneOwnedArg: ossa_lifetime_completion with: @argument
41-
sil [ossa] @eagerConsumneOwnedArg : $@convention(thin) (@owned C) -> () {
40+
// CHECK-LABEL: end running test 1 of 1 on eagerConsumeOwnedArg: ossa_lifetime_completion with: @argument
41+
sil [ossa] @eagerConsumeOwnedArg : $@convention(thin) (@owned C) -> () {
4242
entry(%0 : @_eagerMove @owned $C):
4343
specify_test "ossa_lifetime_completion @argument liveness"
4444
br exit

0 commit comments

Comments
 (0)