Skip to content

Commit b8a0893

Browse files
committed
Fix test/SILOptimizer/inout_deshadow_integration.swift
1 parent 21d7a25 commit b8a0893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/inout_deshadow_integration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ struct StructWithMutatingMethod {
9494

9595
// CHECK-LABEL: sil hidden @$s26inout_deshadow_integration24StructWithMutatingMethodV08mutatingG0{{[_0-9a-zA-Z]*}}F : $@convention(method) (@inout StructWithMutatingMethod) -> () {
9696
// CHECK-NOT: alloc_box
97-
// CHECK-NOT: alloc_stack
97+
// CHECK-NOT: alloc_stack $
9898
// CHECK: }
9999

100100
// CHECK-LABEL: sil hidden @$s26inout_deshadow_integration24StructWithMutatingMethodV28testStandardLibraryOperators{{[_0-9a-zA-Z]*}}F : $@convention(method) (@inout StructWithMutatingMethod) -> () {

0 commit comments

Comments
 (0)