mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update DebuggerSupport.swift
This commit is contained in:
@@ -101,6 +101,13 @@ StringForPrintObjectTests.test("DontBridgeThisStruct") {
|
||||
}
|
||||
#endif
|
||||
|
||||
if #available(SwiftStdlib 6.0, *) {
|
||||
StringForPrintObjectTests.test("String") {
|
||||
let printed = _stringForPrintObject("hello\nworld")
|
||||
expectEqual(printed, "hello\nworld\n")
|
||||
}
|
||||
}
|
||||
|
||||
class RefCountedObj {
|
||||
var patatino : Int
|
||||
init(_ p : Int) {
|
||||
|
||||
Reference in New Issue
Block a user