From 10830eaae2955766378369b8d1bcc0e6963b9b7f Mon Sep 17 00:00:00 2001 From: Antonio Cunei Date: Fri, 15 May 2009 15:44:54 +0000 Subject: 1.4-related cleanup and reorganization. Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates. --- test/files/pos5/t1235/Test.java | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/files/pos5/t1235/Test.java (limited to 'test/files/pos5/t1235') diff --git a/test/files/pos5/t1235/Test.java b/test/files/pos5/t1235/Test.java deleted file mode 100644 index 7bb83a8491..0000000000 --- a/test/files/pos5/t1235/Test.java +++ /dev/null @@ -1,9 +0,0 @@ -import scala.collection.immutable.HashMap; - -public class Test { - - void foo() { - new HashMap(); - } -} - -- cgit v1.2.3