summaryrefslogtreecommitdiff
path: root/test/pending
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-03-31 20:58:32 +0000
committerPaul Phillips <paulp@improving.org>2009-03-31 20:58:32 +0000
commit2abcdde283aa07314d2c7f082152526629af7785 (patch)
tree88c9240825a2580d2153791151b80a628dfba397 /test/pending
parent68bcc9e7c6fff8d2292527440fa0fe65ef8bdff2 (diff)
downloadscala-2abcdde283aa07314d2c7f082152526629af7785.tar.gz
scala-2abcdde283aa07314d2c7f082152526629af7785.tar.bz2
scala-2abcdde283aa07314d2c7f082152526629af7785.zip
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.
Diffstat (limited to 'test/pending')
-rw-r--r--test/pending/run/bug363.check1
-rw-r--r--test/pending/run/bug363.scala9
2 files changed, 10 insertions, 0 deletions
diff --git a/test/pending/run/bug363.check b/test/pending/run/bug363.check
new file mode 100644
index 0000000000..040b97c07a
--- /dev/null
+++ b/test/pending/run/bug363.check
@@ -0,0 +1 @@
+I love the smell of (Array[String])Unit in the morning.
diff --git a/test/pending/run/bug363.scala b/test/pending/run/bug363.scala
new file mode 100644
index 0000000000..104629016e
--- /dev/null
+++ b/test/pending/run/bug363.scala
@@ -0,0 +1,9 @@
+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