Skip to content

Commit 2db2933

Browse files
committed
[tests] Update to UnsafeMutableRawPointer
1 parent 088735b commit 2db2933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangModules/SceneKit_test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func useRenamedAPIs(actionable: SCNActionable, action: SCNAction, data: Data,
162162
physicsBody: SCNPhysicsBody, sceneSource: SCNSceneSource,
163163
physicsWorld: SCNPhysicsWorld, point: CGPoint,
164164
physicsShape: SCNPhysicsShape, shadable: SCNShadable,
165-
voidPtr: UnsafeMutablePointer<Void>, program: SCNProgram,
165+
voidPtr: UnsafeMutableRawPointer, program: SCNProgram,
166166
renderer: SCNSceneRenderer, bufferStream: SCNBufferStream,
167167
bufferFrequency: SCNBufferFrequency,
168168
semantic: SCNGeometrySource.Semantic,

0 commit comments

Comments
 (0)