summaryrefslogtreecommitdiff
path: root/test/files/pos/spec-List.scala
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2009-07-28 09:41:55 +0000
committerPhilipp Haller <hallerp@gmail.com>2009-07-28 09:41:55 +0000
commitcbadb522f1161ae289ee9cf3332788298a26edb0 (patch)
tree0cd7852984202d6d2ad59deaca7c36af7531ccc1 /test/files/pos/spec-List.scala
parentc4a59834b97f9db5cb75e0f3e5bf268faff52383 (diff)
downloadscala-cbadb522f1161ae289ee9cf3332788298a26edb0.tar.gz
scala-cbadb522f1161ae289ee9cf3332788298a26edb0.tar.bz2
scala-cbadb522f1161ae289ee9cf3332788298a26edb0.zip
Fixed spec-List test.
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