Skip to content

Commit aebb209

Browse files
committed
Fix test
1 parent fb73606 commit aebb209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/core/tasty/CommentPicklingTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import dotty.tools.dotc.ast.tpd.TreeOps
55
import dotty.tools.dotc.{Driver, Main}
66
import dotty.tools.dotc.core.Comments.CommentsContext
77
import dotty.tools.dotc.core.Contexts.Context
8-
import dotty.tools.dotc.core.Decorators.PreNamedString
8+
import dotty.tools.dotc.core.Decorators.{toTermName, toTypeName}
99
import dotty.tools.dotc.core.Mode
1010
import dotty.tools.dotc.core.Names.Name
1111
import dotty.tools.dotc.interfaces.Diagnostic.ERROR

0 commit comments

Comments
 (0)