summaryrefslogtreecommitdiff
path: root/test/files/ant/scalac.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-11-08 10:34:03 +0000
committermichelou <michelou@epfl.ch>2006-11-08 10:34:03 +0000
commit4fb358b4ae286de7dd30fd3143aeabc689636876 (patch)
tree60db62d7b16c7e17100076566bd4e6c8fef74a63 /test/files/ant/scalac.scala
parent1e1a2160bcd84fcfe58132a4da1e1f9d16fa939f (diff)
downloadscala-4fb358b4ae286de7dd30fd3143aeabc689636876.tar.gz
scala-4fb358b4ae286de7dd30fd3143aeabc689636876.tar.bz2
scala-4fb358b4ae286de7dd30fd3143aeabc689636876.zip
added ant task "FastScalac" and updated test su...
added ant task "FastScalac" and updated test suite accordingly
Diffstat (limited to 'test/files/ant/scalac.scala')
-rw-r--r--test/files/ant/scalac.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/ant/scalac.scala b/test/files/ant/scalac.scala
new file mode 100644
index 0000000000..47131daac6
--- /dev/null
+++ b/test/files/ant/scalac.scala
@@ -0,0 +1,6 @@
+package test
+
+object Main {
+ def main(args: Array[String]): Unit =
+ Console.println(args.toList)
+}