aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
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