summaryrefslogtreecommitdiff
path: root/test/pending/run/t5258c.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t5258c.scala')
-rw-r--r--test/pending/run/t5258c.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pending/run/t5258c.scala b/test/pending/run/t5258c.scala
index 1f76391162..a0a1647486 100644
--- a/test/pending/run/t5258c.scala
+++ b/test/pending/run/t5258c.scala
@@ -1,3 +1,5 @@
+import scala.reflect.mirror._
+
object Test extends App {
reify {
object E extends Enumeration { val foo, bar = Value }