summaryrefslogtreecommitdiff
path: root/test/files/run/t2886.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2886.scala')
-rw-r--r--test/files/run/t2886.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t2886.scala b/test/files/run/t2886.scala
index e0835a0a44..b919f13770 100644
--- a/test/files/run/t2886.scala
+++ b/test/files/run/t2886.scala
@@ -1,4 +1,4 @@
-import scala.reflect.mirror._
+import scala.reflect.runtime.universe._
object Test {
def test(name: String, address: String) = null
@@ -6,4 +6,4 @@ object Test {
val tree = reify((x:String) => test(address=x,name=x)).tree
println(tree)
}
-}
+} \ No newline at end of file