We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cc2ba commit 788de39Copy full SHA for 788de39
compiler/test/dotty/tools/TestSources.scala
@@ -10,7 +10,8 @@ object TestSources {
10
// Std Lib
11
def stdLibSources: List[String] = {
12
val blacklisted = List(
13
- "StructuralCallSite.java" // See #4739
+ "StructuralCallSite.java", // see #4739
14
+ "volatile.scala", // see #5610
15
)
16
sources(Paths.get("scala2-library/src/library/"), excludedFiles = blacklisted)
17
}
0 commit comments