From 7c4227709666e5390afa1b5f43aeb3c32cc93016 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Wed, 12 Apr 2017 11:18:31 +0200 Subject: Make vulpix test filter work on substring instead of regexp --- compiler/test/dotty/tools/dotc/CompilationTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/test/dotty/tools/dotc/CompilationTests.scala') 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 ------------------------------------------------------------ -- cgit v1.2.3