Skip to content

Commit a7185c5

Browse files
committed
Fixed Test
1 parent 0663ba8 commit a7185c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run/anon-mirror-gen-local.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def locally3 = {
142142
class Bar extends Foo {
143143

144144
def hello =
145-
val mQux = summon[Mirror.Of[Bar.super.foo.type]]
145+
val mQux = summon[Mirror.Of[foo.type]]
146146
assert(mQux.fromProduct(EmptyTuple) == Qux)
147147
}
148148

@@ -157,4 +157,4 @@ def locally3 = {
157157
testOuter6
158158
locally1
159159
locally2
160-
locally3
160+
locally3

0 commit comments

Comments
 (0)