From 7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Wed, 5 Apr 2017 10:50:40 +0200 Subject: Rename filter shorthand to vulpix and update `drone.yml` --- compiler/test/dotc/tests.scala | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'compiler/test/dotc/tests.scala') diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala index 8e7337524..4bb09fd02 100644 --- a/compiler/test/dotc/tests.scala +++ b/compiler/test/dotc/tests.scala @@ -11,14 +11,11 @@ import java.io.{ File => JFile } import scala.reflect.io.Directory import scala.io.Source -/** Marker class to indicate sequential unit tests */ -class SequentialUnitTests - /** WARNING * ======= * These are legacy, do not add tests here, see `CompilationTests.scala` */ -@Category(Array(classOf[SequentialUnitTests])) +@Category(Array(classOf[java.lang.Exception])) class tests extends CompilerTest { // tests that match regex '(pos|dotc|run|java|compileStdLib)\.*' would be -- cgit v1.2.3