aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/CompilationTests.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-12 11:18:31 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-12 11:48:40 +0200
commit7c4227709666e5390afa1b5f43aeb3c32cc93016 (patch)
tree756e539bd8a3a9d2b65ba21a76ab38c548601501 /compiler/test/dotty/tools/dotc/CompilationTests.scala
parentbcdacee46f04f5bca4732bd487d3cc3c042e23db (diff)
downloaddotty-7c4227709666e5390afa1b5f43aeb3c32cc93016.tar.gz
dotty-7c4227709666e5390afa1b5f43aeb3c32cc93016.tar.bz2
dotty-7c4227709666e5390afa1b5f43aeb3c32cc93016.zip
Make vulpix test filter work on substring instead of regexp
Diffstat (limited to 'compiler/test/dotty/tools/dotc/CompilationTests.scala')
-rw-r--r--compiler/test/dotty/tools/dotc/CompilationTests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/dotc/CompilationTests.scala b/compiler/test/dotty/tools/dotc/CompilationTests.scala
index 023a87069..fa0c89f28 100644
--- a/compiler/test/dotty/tools/dotc/CompilationTests.scala
+++ b/compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -19,7 +19,7 @@ class CompilationTests extends ParallelTesting {
def numberOfSlaves = 5
def safeMode = Properties.testsSafeMode
def isInteractive = SummaryReport.isInteractive
- def testFilter = Properties.testsFilter.map(r => new Regex(r))
+ def testFilter = Properties.testsFilter
// Positive tests ------------------------------------------------------------