File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ struct MultiPayloadObjCExistentialWrapper {
64
64
}
65
65
66
66
func testMultiPayloadObjCExistentialWrapper( ) {
67
- let ptr = allocateInternalGenericPtr ( of: NestedWrapper < MultiPayloadObjCExistentialWrapper> . self )
67
+ let ptr = allocateInternalGenericPtr ( of: MultiPayloadObjCExistentialWrapper . self)
68
68
69
69
do {
70
70
let x = MultiPayloadObjCExistentialWrapper ( x: . y( ObjCPrintOnDealloc ( ) ) )
@@ -84,7 +84,7 @@ func testMultiPayloadObjCExistentialWrapper() {
84
84
print ( " Before deinit " )
85
85
86
86
// CHECK-NEXT: ObjCPrintOnDealloc deinitialized!
87
- testGenericDestroy ( ptr, of: NestedWrapper < MultiPayloadObjCExistentialWrapper> . self )
87
+ testGenericDestroy ( ptr, of: MultiPayloadObjCExistentialWrapper . self)
88
88
89
89
ptr. deallocate ( )
90
90
}
You can’t perform that action at this time.
0 commit comments