summaryrefslogtreecommitdiff
path: root/test/files/pos/spec-List.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/spec-List.scala')
-rw-r--r--test/files/pos/spec-List.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/spec-List.scala b/test/files/pos/spec-List.scala
index 49658ecf63..97b1ca1b8d 100644
--- a/test/files/pos/spec-List.scala
+++ b/test/files/pos/spec-List.scala
@@ -11,8 +11,8 @@
package scala.collection.immutable
-import mutable.ListBuffer
-import generic._
+import scala.collection.mutable.ListBuffer
+import scala.collection.generic._
/** A class representing an ordered collection of elements of type
* <code>a</code>. This class comes with two implementing case