Skip to content

Commit ee34b02

Browse files
committed
[benchmark] Fixup expected output in MirrorTest after module rename
1 parent 526527e commit ee34b02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

benchmark/single-source/MirrorTest.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ public func run_MirrorDefault(scale: Int) {
5555
str = "\(s1),\(s2),\(c),\(d),\(e),\(f),\(g),\(h)"
5656
blackHole(str)
5757
}
58-
58+
5959
check(str ==
60-
"S1(s: \"foo\", d: 3.14),S2(i: 42, a: [Range(0..<4)]),Mirror.C,Mirror.D,a,b(99),G<Double>(t: 12.3),Mirror.H<Swift.Array<Swift.Int>>")
60+
"S1(s: \"foo\", d: 3.14),S2(i: 42, a: [Range(0..<4)]),MirrorTest.C,MirrorTest.D,a,b(99),G<Double>(t: 12.3),MirrorTest.H<Swift.Array<Swift.Int>>")
61+
6162
}
6263

6364
func typename<T>(of: T.Type) -> String {

0 commit comments

Comments
 (0)