summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2009-09-08 10:53:27 +0000
committerPhilipp Haller <hallerp@gmail.com>2009-09-08 10:53:27 +0000
commit2619f09ad0a5fc8900fcacc4d704a55b255f52e7 (patch)
tree278c062ba1f731fa47d63a5c02d29182aff57438 /test
parent97fd4b036ca3071196301794903e1fd37b62f923 (diff)
downloadscala-2619f09ad0a5fc8900fcacc4d704a55b255f52e7.tar.gz
scala-2619f09ad0a5fc8900fcacc4d704a55b255f52e7.tar.bz2
scala-2619f09ad0a5fc8900fcacc4d704a55b255f52e7.zip
Reenabled two tests.
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/bug516.scala (renamed from test/files/pos/bug516.scala.disabled)4
-rw-r--r--test/files/pos/collections.scala (renamed from test/files/pos/collections.scala.disabled)0
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/bug516.scala.disabled b/test/files/pos/bug516.scala
index 735b259436..ce4e0e3dd6 100644
--- a/test/files/pos/bug516.scala.disabled
+++ b/test/files/pos/bug516.scala
@@ -4,7 +4,7 @@ import scala.collection.script._;
class Members;
object subscriber extends Subscriber[Message[String] with Undoable, Members] {
- def notify(pub: Members, event: Message[String] with Undoable): Unit =
+ def notify(pub: Members, event: Message[String] with Undoable): Unit =
(event: Message[String]) match {
case Include(l, elem) => Console.println("ADD: " + elem);
case Remove(l, elem) => Console.println("REM: " + elem);
@@ -12,4 +12,4 @@ object subscriber extends Subscriber[Message[String] with Undoable, Members] {
//case r : Remove [HasTree] with Undoable =>
}
}
-
+
diff --git a/test/files/pos/collections.scala.disabled b/test/files/pos/collections.scala
index 61a25528c7..61a25528c7 100644
--- a/test/files/pos/collections.scala.disabled
+++ b/test/files/pos/collections.scala