aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/ParallelTestTests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/test/dotty/tools/dotc/ParallelTestTests.scala')
-rw-r--r--compiler/test/dotty/tools/dotc/ParallelTestTests.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/test/dotty/tools/dotc/ParallelTestTests.scala b/compiler/test/dotty/tools/dotc/ParallelTestTests.scala
index 572f63410..a22df0ace 100644
--- a/compiler/test/dotty/tools/dotc/ParallelTestTests.scala
+++ b/compiler/test/dotty/tools/dotc/ParallelTestTests.scala
@@ -12,6 +12,8 @@ class ParallelTestTests extends ParallelTesting {
def interactive: Boolean = !sys.env.contains("DRONE")
+ def regex: Option[String] = None
+
@Test def missingFile: Unit =
try {
compileFile("../tests/partest-test/i-dont-exist.scala", defaultOptions).expectFailure.neg()