aboutsummaryrefslogtreecommitdiff
path: root/test/dotty/partest
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotty/partest')
-rw-r--r--test/dotty/partest/DPConfig.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotty/partest/DPConfig.scala b/test/dotty/partest/DPConfig.scala
index 640dfd021..12453b450 100644
--- a/test/dotty/partest/DPConfig.scala
+++ b/test/dotty/partest/DPConfig.scala
@@ -28,5 +28,5 @@ object DPConfig {
// Tests finish faster when running in parallel, but console output is
// out of order and sometimes the compiler crashes
- val runTestsInParallel = false
+ val runTestsInParallel = true
}