summaryrefslogtreecommitdiff
path: root/test/pending/run
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-08-03 11:41:17 +0000
committerPaul Phillips <paulp@improving.org>2009-08-03 11:41:17 +0000
commitcf7a2f64f1357dcfa8ecf78ae8f29880c9fab214 (patch)
treefa588f8829c509e840ea4482ce04dba7d7dd70af /test/pending/run
parent9780704595af0c861fed2a4233408335418cec81 (diff)
downloadscala-cf7a2f64f1357dcfa8ecf78ae8f29880c9fab214.tar.gz
scala-cf7a2f64f1357dcfa8ecf78ae8f29880c9fab214.tar.bz2
scala-cf7a2f64f1357dcfa8ecf78ae8f29880c9fab214.zip
Re-enabled forwarders and moved the formerly fa...
Re-enabled forwarders and moved the formerly failing tests for #363 and #1745 out of pending.
Diffstat (limited to 'test/pending/run')
-rw-r--r--test/pending/run/bug363.check1
-rw-r--r--test/pending/run/bug363.scala9
2 files changed, 0 insertions, 10 deletions
diff --git a/test/pending/run/bug363.check b/test/pending/run/bug363.check
deleted file mode 100644
index 040b97c07a..0000000000
--- a/test/pending/run/bug363.check
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 104629016e..0000000000
--- a/test/pending/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