aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/transform
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-11 12:17:30 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-12 11:48:32 +0200
commitbcdacee46f04f5bca4732bd487d3cc3c042e23db (patch)
tree69d3de19f61d91df9fb00cc9b86eed5da347a098 /compiler/test/dotty/tools/dotc/transform
parentf891b224228f7c4939d09ac1849ad562d1298640 (diff)
downloaddotty-bcdacee46f04f5bca4732bd487d3cc3c042e23db.tar.gz
dotty-bcdacee46f04f5bca4732bd487d3cc3c042e23db.tar.bz2
dotty-bcdacee46f04f5bca4732bd487d3cc3c042e23db.zip
Remove need for java written summary reporter
Diffstat (limited to 'compiler/test/dotty/tools/dotc/transform')
-rw-r--r--compiler/test/dotty/tools/dotc/transform/PatmatExhaustivityTest.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/dotc/transform/PatmatExhaustivityTest.scala b/compiler/test/dotty/tools/dotc/transform/PatmatExhaustivityTest.scala
index eff86e6e7..1ec4a70a5 100644
--- a/compiler/test/dotty/tools/dotc/transform/PatmatExhaustivityTest.scala
+++ b/compiler/test/dotty/tools/dotc/transform/PatmatExhaustivityTest.scala
@@ -9,11 +9,12 @@ import scala.io.Source._
import scala.reflect.io.Directory
import org.junit.Test
import reporting.TestReporter
+import vulpix.TestConfiguration
class PatmatExhaustivityTest {
val testsDir = "../tests/patmat"
// stop-after: patmatexhaust-huge.scala crash compiler
- val options = List("-color:never", "-Ystop-after:splitter", "-Ycheck-all-patmat") ++ CompilationTests.classPath
+ val options = List("-color:never", "-Ystop-after:splitter", "-Ycheck-all-patmat") ++ TestConfiguration.classPath
private def compileFile(file: File) = {
val stringBuffer = new StringWriter()