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/jvm5/t0014.scala | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/files/jvm5/t0014.scala (limited to 'test/files/jvm5/t0014.scala') diff --git a/test/files/jvm5/t0014.scala b/test/files/jvm5/t0014.scala deleted file mode 100644 index a1948702dc..0000000000 --- a/test/files/jvm5/t0014.scala +++ /dev/null @@ -1,5 +0,0 @@ -object Test { - def main(args: Array[String]) { - println(classOf[test.NestedAnnotations].getName) - } -} -- cgit v1.2.3