summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2008-03-04 11:15:31 +0000
committerPhilipp Haller <hallerp@gmail.com>2008-03-04 11:15:31 +0000
commitad49bc9daf830918bb9b7a205daa1eb5dfafe4da (patch)
tree284546907c40d6c0ce0ae9be471d8adf5f2a78bc /src
parent822c99821c5cd3523cc88f32b7a2204909cf86da (diff)
downloadscala-ad49bc9daf830918bb9b7a205daa1eb5dfafe4da.tar.gz
scala-ad49bc9daf830918bb9b7a205daa1eb5dfafe4da.tar.bz2
scala-ad49bc9daf830918bb9b7a205daa1eb5dfafe4da.zip
Updated usage info
Diffstat (limited to 'src')
-rw-r--r--src/partest/scala/tools/partest/nest/NestUI.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/partest/scala/tools/partest/nest/NestUI.scala b/src/partest/scala/tools/partest/nest/NestUI.scala
index ae36e7f205..9204ac1112 100644
--- a/src/partest/scala/tools/partest/nest/NestUI.scala
+++ b/src/partest/scala/tools/partest/nest/NestUI.scala
@@ -61,7 +61,8 @@ object NestUI {
def usage() {
println("Usage: NestRunner [<options>] [<testfile> ..] [<resfile>]")
- println("version Mar3")
+ println("version Mar4")
+ println(" --all run all tests")
println(" --pos next files test a compilation success")
println(" --neg next files test a compilation failure")
println(" --run next files test the interpreter and all backends")