Skip to content

Commit 0a5e1a6

Browse files
committed
Blacklist volatile in std lib test
1 parent 1093c41 commit 0a5e1a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/test/dotty/tools/TestSources.scala

Lines changed: 2 additions & 1 deletion
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("tests/scala2-library/src/library/"), excludedFiles = blacklisted)
1617
}

0 commit comments

Comments
 (0)