Skip to content

Commit 1465ee6

Browse files
authored
Merge pull request #33150 from zoecarver/cxx/fix/struct-with-subobject-destructor-name
[cxx-interop] [nfc] HasMemberWithDestructor => StructWithSubobjectDestructor in comment.
2 parents 3a50f93 + 98803ec commit 1465ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/class/type-classification-non-trivial-silgen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public func testStructWithDestructor() {
1212
let d = StructWithDestructor()
1313
}
1414

15-
// Make sure that "HasMemberWithDestructor" is marked as non-trivial by checking
15+
// Make sure that "StructWithSubobjectDestructor" is marked as non-trivial by checking
1616
// for a "destroy_addr".
1717
// CHECK-LABEL: @$s4main33testStructWithSubobjectDestructoryyF
1818
// CHECK: [[AS:%.*]] = alloc_stack $StructWithSubobjectDestructor

0 commit comments

Comments
 (0)