From c6ce61796f66770ca1b4d63fc0a569f064436433 Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Fri, 22 Mar 2013 14:39:19 -0700 Subject: SI-6289 Partest in technicolor and showing javac errors Paulptest includes color and simplified test scarfing. Scalap tests are moved to the conventional name and location. Testicolor missed out on Josh Suereth's tweak to sort the files in a compilation round. Restore sortiness to test sources. Testicolor is due to one of Paul's branches on a timeline that apparently did not include the destruction of planet Earth and its colonies by the Xindi. Thanks also to Szabolcs Berecz for his merge effort. Merging is thankless work, but not as thankless as merging in a timeline that actually does terminate in the destruction of your home world and Enterprise. Archer had a supremely difficult choice: rescue humanity or live out his retirement with T'Pol waiting on him hand and foot? I'm sure I don't know how I'd choose. --- test/files/scalap/paramNames/A.scala | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/files/scalap/paramNames/A.scala (limited to 'test/files/scalap/paramNames/A.scala') diff --git a/test/files/scalap/paramNames/A.scala b/test/files/scalap/paramNames/A.scala deleted file mode 100644 index 7ba9ff0feb..0000000000 --- a/test/files/scalap/paramNames/A.scala +++ /dev/null @@ -1,3 +0,0 @@ -class ParamNames { - def foo (s: => Seq[Int], s2: => Seq[Any]) {} -} -- cgit v1.2.3