We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e3e0f commit e0a6c0cCopy full SHA for e0a6c0c
TestFoundation/TestNSKeyedArchiver.swift
@@ -216,7 +216,7 @@ class TestNSKeyedArchiver : XCTestCase {
216
}
217
218
func test_archive_charptr() {
219
- let charArray = [CChar]("Hello world, we are testing!\0".nulTerminatedUTF8CString)
+ let charArray = [CChar]("Hello world, we are testing!\0".utf8CString)
220
var charPtr = UnsafeMutablePointer(mutating: charArray)
221
222
test_archive({ archiver -> Bool in
0 commit comments