Skip to content

Commit a264e86

Browse files
committed
Add annot-bootstrap.scala to correct blacklist
1 parent 06cf544 commit a264e86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ class FromTastyTests extends ParallelTesting {
3636

3737
// MatchError in SymDenotation.sourceModule on a ThisType
3838
"t3612.scala",
39+
40+
// Fails on MacOS
41+
"annot-bootstrap.scala",
3942
),
4043
recompilationBlacklist = Set(
41-
"annot-bootstrap.scala",
4244
)
4345
).checkCompile()
4446
}

0 commit comments

Comments
 (0)