From 2abcdde283aa07314d2c7f082152526629af7785 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 31 Mar 2009 20:58:32 +0000 Subject: Today's frustration commit! Disables all forwar... Today's frustration commit! Disables all forwarders including main until we can figure out how to avoid #1795, and reverts ostensible fix for #1240 to avoid #1840, #1842, and the rest of the gang. --- test/files/run/bug363.check | 1 - test/files/run/bug363.scala | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 test/files/run/bug363.check delete mode 100644 test/files/run/bug363.scala (limited to 'test/files/run') diff --git a/test/files/run/bug363.check b/test/files/run/bug363.check deleted file mode 100644 index 040b97c07a..0000000000 --- a/test/files/run/bug363.check +++ /dev/null @@ -1 +0,0 @@ -I love the smell of (Array[String])Unit in the morning. diff --git a/test/files/run/bug363.scala b/test/files/run/bug363.scala deleted file mode 100644 index 104629016e..0000000000 --- a/test/files/run/bug363.scala +++ /dev/null @@ -1,9 +0,0 @@ -object Test { - def main(args: Array[String]) { - println("I love the smell of (Array[String])Unit in the morning.") - } -} - -class Test { - def kurtz() = "We must kill them. We must incinerate them." -} \ No newline at end of file -- cgit v1.2.3