summaryrefslogtreecommitdiff
path: root/test/files/run/macro-reify-typetag-typeparams-tags/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-reify-typetag-typeparams-tags/Test.scala')
-rw-r--r--test/files/run/macro-reify-typetag-typeparams-tags/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/macro-reify-typetag-typeparams-tags/Test.scala b/test/files/run/macro-reify-typetag-typeparams-tags/Test.scala
index b32680a4b8..be0ce33e41 100644
--- a/test/files/run/macro-reify-typetag-typeparams-tags/Test.scala
+++ b/test/files/run/macro-reify-typetag-typeparams-tags/Test.scala
@@ -1,4 +1,4 @@
-import scala.reflect.mirror._
+import scala.reflect.runtime.universe._
object Test extends App {
def fooTypeTag[T: TypeTag] = {