summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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")