summaryrefslogtreecommitdiff
path: root/test/files/pos/t532.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t532.scala')
-rw-r--r--test/files/pos/t532.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t532.scala b/test/files/pos/t532.scala
index a319fdfa27..7c33637b5d 100644
--- a/test/files/pos/t532.scala
+++ b/test/files/pos/t532.scala
@@ -1,4 +1,4 @@
-import scala.reflect.mirror._
+import scala.reflect.runtime.universe._
object Test extends App {
def titi: Unit = {
@@ -8,4 +8,4 @@ object Test extends App {
}}
()
}
-}
+} \ No newline at end of file