mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Update Mirror tests for new Set/Dictionary internals
This commit is contained in:
@@ -1692,7 +1692,7 @@ mirrors.test("DictionaryIterator/Mirror") {
|
||||
dump(d.makeIterator(), to: &output)
|
||||
|
||||
let expected =
|
||||
"- Swift.DictionaryIterator<StdlibUnittest.MinimalHashableValue, StdlibUnittest.OpaqueValue<Swift.Int>>\n"
|
||||
"- Swift.Dictionary<StdlibUnittest.MinimalHashableValue, StdlibUnittest.OpaqueValue<Swift.Int>>.Iterator\n"
|
||||
|
||||
expectEqual(expected, output)
|
||||
}
|
||||
@@ -1704,7 +1704,7 @@ mirrors.test("SetIterator/Mirror") {
|
||||
dump(s.makeIterator(), to: &output)
|
||||
|
||||
let expected =
|
||||
"- Swift.SetIterator<StdlibUnittest.MinimalHashableValue>\n"
|
||||
"- Swift.Set<StdlibUnittest.MinimalHashableValue>.Iterator\n"
|
||||
|
||||
expectEqual(expected, output)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user