From 7d8303df1091930a0ae1b5f7f5fe5d7e970c7d2f Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Tue, 28 Mar 2017 14:59:13 +0200 Subject: Address reviewer feedback on #2125 --- compiler/test/dotc/comptest.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/test/dotc/comptest.scala') 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 = "." -- cgit v1.2.3