aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/comptest.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-03-27 16:37:45 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-03-29 10:33:27 +0200
commitfd37852c0499cf0ca3dcc71333e2ab1f638d8f68 (patch)
treecfcee801e63c9c6ce8d8dd2bd52ce546ee025991 /compiler/test/dotc/comptest.scala
parentf7e3b7002d1eefbeaac3970be4ac729843d6a939 (diff)
downloaddotty-fd37852c0499cf0ca3dcc71333e2ab1f638d8f68.tar.gz
dotty-fd37852c0499cf0ca3dcc71333e2ab1f638d8f68.tar.bz2
dotty-fd37852c0499cf0ca3dcc71333e2ab1f638d8f68.zip
Add test filtering via `filterTest <regex>`
Diffstat (limited to 'compiler/test/dotc/comptest.scala')
-rw-r--r--compiler/test/dotc/comptest.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/test/dotc/comptest.scala b/compiler/test/dotc/comptest.scala
index c2c88abb3..279660eef 100644
--- a/compiler/test/dotc/comptest.scala
+++ b/compiler/test/dotc/comptest.scala
@@ -5,6 +5,7 @@ import dotty.tools.dotc.ParallelTesting
object comptest extends ParallelTesting {
def interactive: Boolean = true
+ def regex: Option[String] = None
implicit val defaultOutputDir: String = "."