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.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala b/test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala
index 3aa40251ec..d2f8fab5ec 100644
--- a/test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala
+++ b/test/files/run/macro-reify-groundtypetag-notypeparams/Test.scala
@@ -1,6 +1,6 @@
import scala.reflect.mirror._
object Test extends App {
- println(implicitly[GroundTypeTag[Int]])
- println(implicitly[GroundTypeTag[List[Int]]])
+ println(implicitly[ConcreteTypeTag[Int]])
+ println(implicitly[ConcreteTypeTag[List[Int]]])
} \ No newline at end of file