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