summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/bug363.check1
-rw-r--r--test/files/run/bug363.scala9
2 files changed, 0 insertions, 10 deletions
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