summaryrefslogtreecommitdiff
path: root/src/scalacheck
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalacheck')
-rw-r--r--src/scalacheck/org/scalacheck/Prop.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalacheck/org/scalacheck/Prop.scala b/src/scalacheck/org/scalacheck/Prop.scala
index c8b19097d2..3ae9f22234 100644
--- a/src/scalacheck/org/scalacheck/Prop.scala
+++ b/src/scalacheck/org/scalacheck/Prop.scala
@@ -59,7 +59,7 @@ trait Prop {
/** Whether main should call System.exit with an exit code.
* Defaults to true; override to change.
*/
- def mainCallsExit = true
+ def mainCallsExit = false
/** Convenience method that makes it possible to use this property
* as an application that checks itself on execution */