This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Patch: test suite fix
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: test suite fix
- From: Tom Tromey <tromey at redhat dot com>
- Date: 01 Dec 2000 15:13:02 -0700
- Reply-To: tromey at redhat dot com
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!";