summaryrefslogtreecommitdiff
path: root/test/files/scalap/abstractMethod
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-04 21:18:19 -0800
committerPaul Phillips <paulp@improving.org>2012-02-04 21:20:40 -0800
commit84bf74e3346a5b42199572930d303900a3675b22 (patch)
treeaf093799078fd9cdab049e699ae7092129817672 /test/files/scalap/abstractMethod
parent6ba9411c7c6abdbd907ca93208ac58b474b201d0 (diff)
downloadscala-84bf74e3346a5b42199572930d303900a3675b22.tar.gz
scala-84bf74e3346a5b42199572930d303900a3675b22.tar.bz2
scala-84bf74e3346a5b42199572930d303900a3675b22.zip
Fixed all but one of the scalap tests.
Diffstat (limited to 'test/files/scalap/abstractMethod')
-rw-r--r--test/files/scalap/abstractMethod/result.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalap/abstractMethod/result.test b/test/files/scalap/abstractMethod/result.test
index a1bd378c87..062a458c13 100644
--- a/test/files/scalap/abstractMethod/result.test
+++ b/test/files/scalap/abstractMethod/result.test
@@ -1,4 +1,4 @@
-trait AbstractMethod extends java.lang.Object with scala.ScalaObject {
+trait AbstractMethod extends java.lang.Object with scala.AnyRef {
def $init$() : scala.Unit = { /* compiled code */ }
def arity : scala.Int
def isCool : scala.Boolean = { /* compiled code */ }