summaryrefslogtreecommitdiff
path: root/test/files/run/t5224.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5224.check')
-rw-r--r--test/files/run/t5224.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5224.check b/test/files/run/t5224.check
index 5bead91b36..28bc75d4fd 100644
--- a/test/files/run/t5224.check
+++ b/test/files/run/t5224.check
@@ -1,5 +1,5 @@
{
- @new Foo(bar = "qwe") class C extends Object with ScalaObject {
+ @new Foo(bar = "qwe") class C extends scala.AnyRef {
def <init>() = {
super.<init>();
()