summaryrefslogtreecommitdiff
path: root/test/files/ant/fsc001.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2011-11-27 11:41:16 +0000
committermichelou <michelou@epfl.ch>2011-11-27 11:41:16 +0000
commit172563dfbbc674789fad1f8d8cd6567e06e52c99 (patch)
treece66093b871f42b84aee64456f3def25878a2a5e /test/files/ant/fsc001.scala
parent37201dd3cd6da6ca47f651a5b346a7706ae1e561 (diff)
downloadscala-172563dfbbc674789fad1f8d8cd6567e06e52c99.tar.gz
scala-172563dfbbc674789fad1f8d8cd6567e06e52c99.tar.bz2
scala-172563dfbbc674789fad1f8d8cd6567e06e52c99.zip
updated test cases for Scala Ant tasks
Diffstat (limited to 'test/files/ant/fsc001.scala')
-rw-r--r--test/files/ant/fsc001.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/ant/fsc001.scala b/test/files/ant/fsc001.scala
new file mode 100644
index 0000000000..6ede5981ce
--- /dev/null
+++ b/test/files/ant/fsc001.scala
@@ -0,0 +1,7 @@
+package test
+
+object Main {
+ def main(args: Array[String]) {
+ println(args mkString " ")
+ }
+}