summaryrefslogtreecommitdiff
path: root/test/pending/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run')
-rw-r--r--test/pending/run/t1044.scala1
-rw-r--r--test/pending/run/t1939.scala3
-rw-r--r--test/pending/run/t2034.scala3
3 files changed, 4 insertions, 3 deletions
diff --git a/test/pending/run/t1044.scala b/test/pending/run/t1044.scala
index e10002e601..c521e5837b 100644
--- a/test/pending/run/t1044.scala
+++ b/test/pending/run/t1044.scala
@@ -1,3 +1,4 @@
+// looks OK
object Main extends Application{
val ducks = Array[AnyRef]("Huey", "Dewey", "Louie")
ducks.iterator/*.asInstanceOf[Iterator[String]]*/
diff --git a/test/pending/run/t1939.scala b/test/pending/run/t1939.scala
index 4860ca8169..44ab1769d2 100644
--- a/test/pending/run/t1939.scala
+++ b/test/pending/run/t1939.scala
@@ -1,5 +1,4 @@
-
-
+// works in trunk
class Module {}
abstract class T {
diff --git a/test/pending/run/t2034.scala b/test/pending/run/t2034.scala
index ff2a8773de..a599dc2224 100644
--- a/test/pending/run/t2034.scala
+++ b/test/pending/run/t2034.scala
@@ -1,3 +1,4 @@
+// no idea, reassigned to Iulian
object Test {
def main(args: Array[String]) {
@@ -7,7 +8,7 @@ object Test {
object foo {
class foo2 {
- override def toString = getClass.getSimpleName
+ override def toString = getClass.toString//.getSimpleName
}
}