summaryrefslogtreecommitdiff
path: root/test/files/run/t2250.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2250.scala')
-rw-r--r--test/files/run/t2250.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2250.scala b/test/files/run/t2250.scala
index 1ed333792a..f87b76d4d7 100644
--- a/test/files/run/t2250.scala
+++ b/test/files/run/t2250.scala
@@ -6,7 +6,7 @@ object Test {
// we'll say rather unlikely a.sameElements(b) unless
// they are pointing to the same array
- import scala.collection.JavaConversions._
+ import scala.collection.convert.ImplicitConversionsToScala._
assert(a sameElements b)
}
}