summaryrefslogtreecommitdiff
path: root/test/files/run/t5256f.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5256f.check')
-rw-r--r--test/files/run/t5256f.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t5256f.check b/test/files/run/t5256f.check
index e0fec85596..6a89d0b86a 100644
--- a/test/files/run/t5256f.check
+++ b/test/files/run/t5256f.check
@@ -1,12 +1,12 @@
class A1
Test.A1
-Object {
+AnyRef {
def <init>(): Test.A1
def foo: Nothing
}
class A2
Test.A2
-Object {
+AnyRef {
def <init>(): Test.this.A2
def foo: Nothing
}