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.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/pending/run/t5258c.scala b/test/pending/run/t5258c.scala
deleted file mode 100644
index 4a656690ba..0000000000
--- a/test/pending/run/t5258c.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-import scala.reflect.runtime.universe._
-import scala.tools.reflect.Eval
-
-object Test extends App {
- reify {
- object E extends Enumeration { val foo, bar = Value }
- println(E.foo)
- }.eval
-} \ No newline at end of file