This is the mail archive of the java-patches@sources.redhat.com 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]

Patch: test suite fix


I accidentally checked this in :-(.
Anyway here it is for real:

2000-11-30  Tom Tromey  <tromey@cygnus.com>

	* libjava.lang/instinit.java: Don't extend `foo'.

Tom

Index: instinit.java
===================================================================
RCS file: /cvs/java/libgcj/libjava/testsuite/libjava.lang/instinit.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- instinit.java	2000/02/07 21:40:18	1.1
+++ instinit.java	2000/12/01 21:58:34	1.2
@@ -2,7 +2,7 @@
 // Generated on Wed Feb  2 12:31:16 PST 2000
 // Simple instance initializer test case.
 
-class instinit extends foo {
+class instinit {
 
     String buffer = "No Oink! Oink!";
 

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