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 c754f23551..ffeb7b43ce 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 {
+ @new Foo(bar = "qwe") class C extends AnyRef {
def <init>() = {
super.<init>();
()