We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cf544 commit a264e86Copy full SHA for a264e86
compiler/test/dotty/tools/dotc/FromTastyTests.scala
@@ -36,9 +36,11 @@ class FromTastyTests extends ParallelTesting {
36
37
// MatchError in SymDenotation.sourceModule on a ThisType
38
"t3612.scala",
39
+
40
+ // Fails on MacOS
41
+ "annot-bootstrap.scala",
42
),
43
recompilationBlacklist = Set(
- "annot-bootstrap.scala",
44
)
45
).checkCompile()
46
}
0 commit comments