summaryrefslogtreecommitdiff
path: root/test/pending/run/t5258b.scala
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-04-23 00:36:12 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-04-23 00:50:10 +0200
commit3ddd3486095c3d6a87f723e0ff8187d1b08f5507 (patch)
tree09c854dbde4e5b4c7af0c16b93e2a5d316f2c0d9 /test/pending/run/t5258b.scala
parent3c9c18ddccc17c2b0e62195315ba2abb72d3b761 (diff)
downloadscala-3ddd3486095c3d6a87f723e0ff8187d1b08f5507.tar.gz
scala-3ddd3486095c3d6a87f723e0ff8187d1b08f5507.tar.bz2
scala-3ddd3486095c3d6a87f723e0ff8187d1b08f5507.zip
minor fixes to reification
Diffstat (limited to 'test/pending/run/t5258b.scala')
-rw-r--r--test/pending/run/t5258b.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pending/run/t5258b.scala b/test/pending/run/t5258b.scala
index 8ad1ff114e..82555cde96 100644
--- a/test/pending/run/t5258b.scala
+++ b/test/pending/run/t5258b.scala
@@ -1,3 +1,5 @@
+import scala.reflect.mirror._
+
object Test extends App {
reify {
class C