This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Test case for PR25535


2005-12-22  Andrew Haley  <aph@redhat.com>

	PR java/25535
	* testsuite/libjava.lang/PR25535.java: New test.

Index: testsuite/libjava.lang/PR25535.out
===================================================================
--- testsuite/libjava.lang/PR25535.out  (revision 0)
+++ testsuite/libjava.lang/PR25535.out  (revision 0)
@@ -0,0 +1 @@
+class javax.rmi.CORBA.Stub
Index: testsuite/libjava.lang/PR25535.java
===================================================================
--- testsuite/libjava.lang/PR25535.java (revision 0)
+++ testsuite/libjava.lang/PR25535.java (revision 0)
@@ -0,0 +1,5 @@
+public class PR25535 {
+     public static void main(String[] args) {
+         System.out.println(javax.rmi.CORBA.Stub.class);
+     }
+}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]