summaryrefslogtreecommitdiff
path: root/test/files/run/reify_complex.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_complex.scala')
-rw-r--r--test/files/run/reify_complex.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/files/run/reify_complex.scala b/test/files/run/reify_complex.scala
index ecc25ffca5..4abec3900e 100644
--- a/test/files/run/reify_complex.scala
+++ b/test/files/run/reify_complex.scala
@@ -1,4 +1,5 @@
-import scala.reflect.mirror._
+import scala.reflect.runtime.universe._
+import scala.tools.reflect.Eval
object Test extends App {
reify {
@@ -21,4 +22,4 @@ object Test extends App {
val x = new Complex(2, 1); val y = new Complex(1, 3)
println(x + y)
}.eval
-}
+} \ No newline at end of file