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]

Patch: FYI: PR 17536 test case


I'm checking this in.

This is a regression test for PR 17536, which has already been fixed
on the trunk.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	PR libgcj/17536:
	* testsuite/libjava.lang/pr17536.java: New file.
	* testsuite/libjava.lang/pr17536.out: New file.

Index: testsuite/libjava.lang/pr17536.java
===================================================================
RCS file: testsuite/libjava.lang/pr17536.java
diff -N testsuite/libjava.lang/pr17536.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ testsuite/libjava.lang/pr17536.java 15 Jun 2005 20:43:37 -0000
@@ -0,0 +1,5 @@
+public class pr17536 {
+  public static void main(String[] args) {
+    System.out.println(int[].class.getClassLoader());
+  }
+}
Index: testsuite/libjava.lang/pr17536.out
===================================================================
RCS file: testsuite/libjava.lang/pr17536.out
diff -N testsuite/libjava.lang/pr17536.out
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ testsuite/libjava.lang/pr17536.out 15 Jun 2005 20:43:37 -0000
@@ -0,0 +1 @@
+null


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