summaryrefslogtreecommitdiff
path: root/test/files/pos/t5223.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5223.scala')
-rw-r--r--test/files/pos/t5223.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t5223.scala b/test/files/pos/t5223.scala
index 398630dc61..0b2528e367 100644
--- a/test/files/pos/t5223.scala
+++ b/test/files/pos/t5223.scala
@@ -1,6 +1,6 @@
-import scala.reflect.mirror._
+import scala.reflect.runtime.universe._
object Foo extends App {
reify{def printf(format: String, args: Any*): String = null }
reify{def printf(format: String, args: Any*): String = ("abc": @cloneable)}
-}
+} \ No newline at end of file