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