Skip to content

Commit 8b82e69

Browse files
committed
Fix failing run-macros/type-show test
1 parent 4fb545a commit 8b82e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/run-macros/type-show/Test_2.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Test {
2323
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Nothing"), """+
2424
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Any"))), """+
2525
"""MatchType("""+
26-
"""TypeRef(TermRef(ThisType(TypeRef(NoPrefix(), "<root>")), "scala"), "Int"), """+ // match type bound
26+
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Any"), """+ // match type bound
2727
"""ParamRef(binder, 0), """+
2828
"""List("""+
2929
"""MatchCase("""+

0 commit comments

Comments
 (0)