Skip to content

Commit a591802

Browse files
committed
Make colltest6 self-contained
Following the other colltests, put each in a separate package.
1 parent 87cff22 commit a591802

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/run/colltest6/CollectionStrawMan6_1.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
package colltest6
12
package strawman.collections
23

34
import Predef.{augmentString => _, wrapString => _, _}

tests/run/colltest6/CollectionTests_2.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Predef.{augmentString => _, wrapString => _, intArrayOps => _, booleanArr
22
import scala.reflect.ClassTag
33

44
object Test {
5-
import strawman.collections._
5+
import colltest6.strawman.collections._
66
import CollectionStrawMan6._
77

88
def seqOps(xs: Seq[Int]) = {

0 commit comments

Comments
 (0)