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