aboutsummaryrefslogtreecommitdiff
path: root/tests/run/colltest5/CollectionTests_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/colltest5/CollectionTests_2.scala')
-rw-r--r--tests/run/colltest5/CollectionTests_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/colltest5/CollectionTests_2.scala b/tests/run/colltest5/CollectionTests_2.scala
index 0961180ed..1a0bf37ac 100644
--- a/tests/run/colltest5/CollectionTests_2.scala
+++ b/tests/run/colltest5/CollectionTests_2.scala
@@ -2,7 +2,7 @@ import Predef.{augmentString => _, wrapString => _, _}
import scala.reflect.ClassTag
object Test {
- import strawman.collections._
+ import colltest5.strawman.collections._
import CollectionStrawMan5._
def seqOps(xs: Seq[Int]) = {