aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-05 10:50:40 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-12 11:31:13 +0200
commit7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f (patch)
tree91e245afd6a979d2c2f9ddbca6935fbbea8cf25c /compiler/test/dotc/tests.scala
parent2f1a542034ddbc6cccf321e068e5161d32839f07 (diff)
downloaddotty-7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f.tar.gz
dotty-7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f.tar.bz2
dotty-7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f.zip
Rename filter shorthand to vulpix and update `drone.yml`
Diffstat (limited to 'compiler/test/dotc/tests.scala')
-rw-r--r--compiler/test/dotc/tests.scala5
1 files changed, 1 insertions, 4 deletions
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