summaryrefslogtreecommitdiff
path: root/test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala')
-rw-r--r--test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala b/test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala
index d2f8fab5ec..2bead07dd9 100644
--- a/test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala
+++ b/test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala
@@ -1,4 +1,4 @@
-import scala.reflect.mirror._
+import scala.reflect.runtime.universe._
object Test extends App {
println(implicitly[ConcreteTypeTag[Int]])