summaryrefslogtreecommitdiff
path: root/test/pending/run/t2034.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t2034.scala')
-rw-r--r--test/pending/run/t2034.scala3
1 files changed, 2 insertions, 1 deletions
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
}
}