summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicro Dotta <mirco.dotta@gmail.com>2011-08-17 12:56:14 +0000
committerMicro Dotta <mirco.dotta@gmail.com>2011-08-17 12:56:14 +0000
commit044099d4f1677425719ea8cad8c946dab8b5c2d9 (patch)
tree97c585e9f7e6dfc0a091966382141763bf8354c0
parent719549799ef6ac85f181ae607b0f174601d634fd (diff)
downloadscala-044099d4f1677425719ea8cad8c946dab8b5c2d9.tar.gz
scala-044099d4f1677425719ea8cad8c946dab8b5c2d9.tar.bz2
scala-044099d4f1677425719ea8cad8c946dab8b5c2d9.zip
Added --presentation flag in the help message
-rw-r--r--src/partest/scala/tools/partest/nest/NestUI.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partest/scala/tools/partest/nest/NestUI.scala b/src/partest/scala/tools/partest/nest/NestUI.scala
index 5fd8345000..6b81b66a39 100644
--- a/src/partest/scala/tools/partest/nest/NestUI.scala
+++ b/src/partest/scala/tools/partest/nest/NestUI.scala
@@ -80,6 +80,7 @@ object NestUI {
println(" --scalacheck run ScalaCheck tests")
println(" --script run script runner tests")
println(" --shootout run shootout tests")
+ println(" --presentation run presentation compiler tests")
println(" --grep <expr> run all tests whose source file contains <expr>")
println
println(" Other options:")