summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation
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/classWithSelfAnnotation
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/classWithSelfAnnotation')
-rw-r--r--test/files/scalap/classWithSelfAnnotation/result.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalap/classWithSelfAnnotation/result.test b/test/files/scalap/classWithSelfAnnotation/result.test
index 326437c7be..37b2bae5e0 100644
--- a/test/files/scalap/classWithSelfAnnotation/result.test
+++ b/test/files/scalap/classWithSelfAnnotation/result.test
@@ -1,4 +1,4 @@
-class ClassWithSelfAnnotation extends java.lang.Object with scala.ScalaObject {
+class ClassWithSelfAnnotation extends java.lang.Object with scala.AnyRef {
this : ClassWithSelfAnnotation with java.lang.CharSequence =>
def this() = { /* compiled code */ }
def foo : scala.Int = { /* compiled code */ }