From f378ebf14df0952eae870c9865bab8326aa8f137 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 17 Jun 2015 11:09:54 -0700 Subject: Delete old versions of GCC. Change-Id: I710f125d905290e1024cbd67f48299861790c66c --- .../testsuite/libjava.lang/indirect_write.java | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 gcc-4.6/libjava/testsuite/libjava.lang/indirect_write.java (limited to 'gcc-4.6/libjava/testsuite/libjava.lang/indirect_write.java') diff --git a/gcc-4.6/libjava/testsuite/libjava.lang/indirect_write.java b/gcc-4.6/libjava/testsuite/libjava.lang/indirect_write.java deleted file mode 100644 index 2f2bb7443..000000000 --- a/gcc-4.6/libjava/testsuite/libjava.lang/indirect_write.java +++ /dev/null @@ -1,32 +0,0 @@ -// Class indirect_write -// Generated on Tue Nov 16 15:01:24 UTC 1999 -// - -class indirect_write { - - int foo; - - class indirect_write_inner { - void test () { - } - - class other { - void testx () { - foo = 670; - } - } - - } - void foo () - { - indirect_write_inner inn = this.new indirect_write_inner (); - indirect_write_inner.other x = inn.new other (); - x.testx(); - System.out.println ("foo="+foo); - } - public static void main (String[] arg) - { - System.out.println ("Testing class `indirect_write'..."); - new indirect_write().foo (); - } -} -- cgit v1.2.3