summaryrefslogtreecommitdiff
path: root/src/partest
diff options
context:
space:
mode:
Diffstat (limited to 'src/partest')
-rw-r--r--src/partest/scala/tools/partest/category/Runner.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partest/scala/tools/partest/category/Runner.scala b/src/partest/scala/tools/partest/category/Runner.scala
index a7713d7dbe..10bf5794a9 100644
--- a/src/partest/scala/tools/partest/category/Runner.scala
+++ b/src/partest/scala/tools/partest/category/Runner.scala
@@ -75,7 +75,7 @@ trait Runner {
def allResults() =
for ((prop, res) <- result) yield {
- ScalacheckTest.this.trace("scalacheck result for %s: %s".format(prop, res))
+ ScalacheckTest.this.trace("%s: %s".format(prop, res))
res.asInstanceOf[ScalacheckResult].passed
}