Skip to content

Commit 788de39

Browse files
committed
Blacklist volatile in std lib test
1 parent 27cc2ba commit 788de39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/test/dotty/tools/TestSources.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ object TestSources {
1010
// Std Lib
1111
def stdLibSources: List[String] = {
1212
val blacklisted = List(
13-
"StructuralCallSite.java" // See #4739
13+
"StructuralCallSite.java", // see #4739
14+
"volatile.scala", // see #5610
1415
)
1516
sources(Paths.get("scala2-library/src/library/"), excludedFiles = blacklisted)
1617
}

0 commit comments

Comments
 (0)