summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-12-21 00:05:03 +0000
committerPaul Phillips <paulp@improving.org>2009-12-21 00:05:03 +0000
commit691bc541908512f5b8afb10b71b1f090661f9422 (patch)
treeb4a03570ba8fad2e7d1d602ba449c06ea1fbff19 /test/files/run
parent4faa918259ae61798e7c144db0309e723f827cc8 (diff)
downloadscala-691bc541908512f5b8afb10b71b1f090661f9422.tar.gz
scala-691bc541908512f5b8afb10b71b1f090661f9422.tar.bz2
scala-691bc541908512f5b8afb10b71b1f090661f9422.zip
Minimally integrated the semi-orphaned immutabl...
Minimally integrated the semi-orphaned immutable.Stack into the collections hierarchy and enabled it in the sequence tests. Closes #2822. review by community.
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/sequenceComparisons.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/sequenceComparisons.scala b/test/files/run/sequenceComparisons.scala
index e674d55bf7..2b5833aacc 100644
--- a/test/files/run/sequenceComparisons.scala
+++ b/test/files/run/sequenceComparisons.scala
@@ -22,7 +22,7 @@ object Test {
// mutable.Queue(_: _*),
immutable.Seq(_: _*),
mutable.Seq(_: _*),
- // immutable.Stack(_: _*),
+ immutable.Stack(_: _*),
// mutable.Stack(_: _*),
immutable.IndexedSeq(_: _*), // was Vector
//mutable.Vector(_: _*),