summaryrefslogtreecommitdiff
path: root/test/files/ant/test.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-10-20 18:42:49 +0000
committermichelou <michelou@epfl.ch>2006-10-20 18:42:49 +0000
commit61d092d58235685ce70efe52932b63308669ab9a (patch)
tree76abdf7692d6d1fe2774f217a3a05f364899a30a /test/files/ant/test.scala
parent0e0a4aa44639140c4131140ade5c3c80417cab7c (diff)
downloadscala-61d092d58235685ce70efe52932b63308669ab9a.tar.gz
scala-61d092d58235685ce70efe52932b63308669ab9a.tar.bz2
scala-61d092d58235685ce70efe52932b63308669ab9a.zip
added '--ant' option to scalatest
Diffstat (limited to 'test/files/ant/test.scala')
-rw-r--r--test/files/ant/test.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/ant/test.scala b/test/files/ant/test.scala
new file mode 100644
index 0000000000..47131daac6
--- /dev/null
+++ b/test/files/ant/test.scala
@@ -0,0 +1,6 @@
+package test
+
+object Main {
+ def main(args: Array[String]): Unit =
+ Console.println(args.toList)
+}