aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/CompilationTests.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-04 23:13:41 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-12 11:21:58 +0200
commit2f1a542034ddbc6cccf321e068e5161d32839f07 (patch)
treea296f1a2cf96d1b716d62ff98d184e374fc16f2a /compiler/test/dotty/tools/dotc/CompilationTests.scala
parenteff50df8308e3e1989dcbc509c5efbc5c0d087ac (diff)
downloaddotty-2f1a542034ddbc6cccf321e068e5161d32839f07.tar.gz
dotty-2f1a542034ddbc6cccf321e068e5161d32839f07.tar.bz2
dotty-2f1a542034ddbc6cccf321e068e5161d32839f07.zip
Remove partest, keeping `dotc.tests` for now
Diffstat (limited to 'compiler/test/dotty/tools/dotc/CompilationTests.scala')
-rw-r--r--compiler/test/dotty/tools/dotc/CompilationTests.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/test/dotty/tools/dotc/CompilationTests.scala b/compiler/test/dotty/tools/dotc/CompilationTests.scala
index fc7ab8a8d..4d5ab6963 100644
--- a/compiler/test/dotty/tools/dotc/CompilationTests.scala
+++ b/compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -3,13 +3,12 @@ package tools
package dotc
import org.junit.Test
-import org.junit.experimental.categories.Category
import scala.util.matching.Regex
import scala.concurrent.duration._
+
import vulpix.{ ParallelTesting, SummaryReport }
-@Category(Array(classOf[ParallelTesting]))
class CompilationTests extends SummaryReport with ParallelTesting {
import CompilationTests._