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 {
6464}
6565
6666func testMultiPayloadObjCExistentialWrapper( ) {
67- let ptr = allocateInternalGenericPtr ( of: NestedWrapper < MultiPayloadObjCExistentialWrapper> . self )
67+ let ptr = allocateInternalGenericPtr ( of: MultiPayloadObjCExistentialWrapper . self)
6868
6969 do {
7070 let x = MultiPayloadObjCExistentialWrapper ( x: . y( ObjCPrintOnDealloc ( ) ) )
@@ -84,7 +84,7 @@ func testMultiPayloadObjCExistentialWrapper() {
8484 print ( " Before deinit " )
8585
8686 // CHECK-NEXT: ObjCPrintOnDealloc deinitialized!
87- testGenericDestroy ( ptr, of: NestedWrapper < MultiPayloadObjCExistentialWrapper> . self )
87+ testGenericDestroy ( ptr, of: MultiPayloadObjCExistentialWrapper . self)
8888
8989 ptr. deallocate ( )
9090}
You can’t perform that action at this time.
0 commit comments