From c42428d76652cbf3ffda1204b8f2e7bb5654f119 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Thu, 2 Jul 2015 16:11:50 +0200 Subject: Fix superclass for Java interface symbols created in JavaMirrors According to the spec [1] the superclass of an interface is always Object. Restores the tests that were moved to pending in bf951ec1, fixex part of SI-9374. [1] https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.1 --- test/files/run/reify_properties.check | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/run/reify_properties.check (limited to 'test/files/run/reify_properties.check') diff --git a/test/files/run/reify_properties.check b/test/files/run/reify_properties.check new file mode 100644 index 0000000000..d769bea4b0 --- /dev/null +++ b/test/files/run/reify_properties.check @@ -0,0 +1,2 @@ +user1: MR. ROBERT +user2: MR. BOB KUZ -- cgit v1.2.3