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