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