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 @@ -1692,7 +1692,7 @@ mirrors.test("DictionaryIterator/Mirror") {
1692
1692
dump ( d. makeIterator ( ) , to: & output)
1693
1693
1694
1694
let expected =
1695
- " - Swift.DictionaryIterator <StdlibUnittest.MinimalHashableValue, StdlibUnittest.OpaqueValue<Swift.Int>> \n "
1695
+ " - Swift.Dictionary <StdlibUnittest.MinimalHashableValue, StdlibUnittest.OpaqueValue<Swift.Int>>.Iterator \n "
1696
1696
1697
1697
expectEqual ( expected, output)
1698
1698
}
@@ -1704,7 +1704,7 @@ mirrors.test("SetIterator/Mirror") {
1704
1704
dump ( s. makeIterator ( ) , to: & output)
1705
1705
1706
1706
let expected =
1707
- " - Swift.SetIterator <StdlibUnittest.MinimalHashableValue> \n "
1707
+ " - Swift.Set <StdlibUnittest.MinimalHashableValue>.Iterator \n "
1708
1708
1709
1709
expectEqual ( expected, output)
1710
1710
}
You can’t perform that action at this time.
0 commit comments