aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 9e50dd3b5..2a1ef08ee 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -27,7 +27,6 @@ class tests extends CompilerTest {
val failedOther = List("-Ystop-before:collectEntryPoints") // some non-obvious reason. need to look deeper
val twice = List("#runs", "2", "-YnoDoubleBindings")
val staleSymbolError: List[String] = List()
- val testPickling = List("-Ytest-pickler", "-Ystop-after:pickler")
val allowDeepSubtypes = defaultOptions diff List("-Yno-deep-subtypes")