aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/comptest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/test/dotc/comptest.scala')
-rw-r--r--compiler/test/dotc/comptest.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/test/dotc/comptest.scala b/compiler/test/dotc/comptest.scala
index 279660eef..dce002c81 100644
--- a/compiler/test/dotc/comptest.scala
+++ b/compiler/test/dotc/comptest.scala
@@ -4,8 +4,8 @@ import dotty.tools.dotc.ParallelTesting
object comptest extends ParallelTesting {
- def interactive: Boolean = true
- def regex: Option[String] = None
+ def isInteractive = true
+ def testFilter = None
implicit val defaultOutputDir: String = "."