public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [ecj] Patch: FYI: fix test case
@ 2006-06-19 17:42 Tom Tromey
  2006-06-19 17:59 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2006-06-19 17:42 UTC (permalink / raw)
  To: Java Patch List

I'm checking this in on the gcj-eclipse branch

This fixes an incorrect test case.

Tom

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

	* testsuite/libjava.lang/TestProxy.java: Don't use wildcard
	imports for java.lang.reflect.

Index: testsuite/libjava.lang/TestProxy.java
===================================================================
--- testsuite/libjava.lang/TestProxy.java	(revision 114362)
+++ testsuite/libjava.lang/TestProxy.java	(working copy)
@@ -1,4 +1,5 @@
-import java.lang.reflect.*;
+import java.lang.reflect.Proxy;
+import java.lang.reflect.InvocationHandler;
 import java.net.*;
 
 public class TestProxy

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ecj] Patch: FYI: fix test case
  2006-06-19 17:42 [ecj] Patch: FYI: fix test case Tom Tromey
@ 2006-06-19 17:59 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2006-06-19 17:59 UTC (permalink / raw)
  To: Java Patch List

>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> I'm checking this in on the gcj-eclipse branch
Tom> This fixes an incorrect test case.

Oops, wrong patch.
I've appended the right one.

Tom

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

	* testsuite/libjava.lang/TestProxy.java: Don't use wildcard
	imports for java.lang.reflect.

Index: testsuite/libjava.lang/TestProxy.java
===================================================================
--- testsuite/libjava.lang/TestProxy.java	(revision 114362)
+++ testsuite/libjava.lang/TestProxy.java	(working copy)
@@ -1,4 +1,6 @@
-import java.lang.reflect.*;
+import java.lang.reflect.Proxy;
+import java.lang.reflect.InvocationHandler;
+import java.lang.reflect.Method;
 import java.net.*;
 
 public class TestProxy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-19 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-19 17:42 [ecj] Patch: FYI: fix test case Tom Tromey
2006-06-19 17:59 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).