Skip to content

Commit 4ffc548

Browse files
authored
Merge pull request #11666 from dotty-staging/fix-11654
Fix #11654: disable pickling test for language.scala
2 parents 60cbef1 + 4b3b12d commit 4ffc548

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class BootstrappedOnlyCompilationTests {
150150

151151
@Test def picklingWithCompiler: Unit = {
152152
val jvmBackendFilter = FileFilter.exclude(List("BTypes.scala", "Primitives.scala")) // TODO
153-
val runtimeFilter = FileFilter.exclude(List("Tuple.scala")) // TODO
153+
val runtimeFilter = FileFilter.exclude(List("Tuple.scala", "stdLibPatches")) // TODO
154154
implicit val testGroup: TestGroup = TestGroup("testPicklingWithCompiler")
155155
aggregateTests(
156156
compileDir("compiler/src/dotty/tools", picklingWithCompilerOptions, recursive = false),

library/src/scala/runtime/stdLibPatches/language.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ object language:
5252
object symbolLiterals
5353
end deprecated
5454

55-
object symbolLiterals
56-
5755
/** Where imported, auto-tupling is disabled.
5856
*
5957
* '''Why control the feature?''' Auto-tupling can lead to confusing and

0 commit comments

Comments
 (0)