aboutsummaryrefslogtreecommitdiff
path: root/tests/run/colltest6
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-07-27 23:46:30 +0200
committerMartin Odersky <odersky@gmail.com>2016-07-27 23:46:30 +0200
commita591802a29b80df6f32fc4f8090da518b5410602 (patch)
treef5f0545c6b47cbd2c4f49100109e3160ed07d4bd /tests/run/colltest6
parent87cff22595d70b9b85b4420e478562b99fab647b (diff)
downloaddotty-a591802a29b80df6f32fc4f8090da518b5410602.tar.gz
dotty-a591802a29b80df6f32fc4f8090da518b5410602.tar.bz2
dotty-a591802a29b80df6f32fc4f8090da518b5410602.zip
Make colltest6 self-contained
Following the other colltests, put each in a separate package.
Diffstat (limited to 'tests/run/colltest6')
-rw-r--r--tests/run/colltest6/CollectionStrawMan6_1.scala1
-rw-r--r--tests/run/colltest6/CollectionTests_2.scala2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/run/colltest6/CollectionStrawMan6_1.scala b/tests/run/colltest6/CollectionStrawMan6_1.scala
index 5889782d6..9f29410ad 100644
--- a/tests/run/colltest6/CollectionStrawMan6_1.scala
+++ b/tests/run/colltest6/CollectionStrawMan6_1.scala
@@ -1,3 +1,4 @@
+package colltest6
package strawman.collections
import Predef.{augmentString => _, wrapString => _, _}
diff --git a/tests/run/colltest6/CollectionTests_2.scala b/tests/run/colltest6/CollectionTests_2.scala
index 3304ffb22..f139fa151 100644
--- a/tests/run/colltest6/CollectionTests_2.scala
+++ b/tests/run/colltest6/CollectionTests_2.scala
@@ -2,7 +2,7 @@ import Predef.{augmentString => _, wrapString => _, intArrayOps => _, booleanArr
import scala.reflect.ClassTag
object Test {
- import strawman.collections._
+ import colltest6.strawman.collections._
import CollectionStrawMan6._
def seqOps(xs: Seq[Int]) = {