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.check16
1 files changed, 12 insertions, 4 deletions
diff --git a/test/files/run/t5256f.check b/test/files/run/t5256f.check
index ad2f375d9a..7a58aa003d 100644
--- a/test/files/run/t5256f.check
+++ b/test/files/run/t5256f.check
@@ -1,4 +1,12 @@
-Test.A1
-true
-Test.this.A2
-true
+class A1
+Test.A1
+Object {
+ def <init>: <?>
+ def foo: <?>
+}
+class A2
+Test.A2
+Object {
+ def <init>: <?>
+ def foo: <?>
+}