Skip to content

Commit d37efb5

Browse files
committed
Add more blacklisted
1 parent c50936a commit d37efb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/idempotency/IdempotencyCheck.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ object IdempotencyCheck {
2222
s.contains("$accum$") ||
2323
s.startsWith("/dotty/dotty/tools/dotc/sbt/ExtractAPICollector$classFirstSort$") ||
2424
s.startsWith("/dotty/dotty/tools/dotc/transform/PatternMatcher$Translator$TreeMakers$IntEqualityTestTreeMaker$") ||
25+
s.startsWith("dotty/dotty/tools/dotc/transform/Constructors$intoConstr$") ||
2526
s.startsWith("/dotty/dotty/tools/dotc/typer/RefChecks$MixinOverrideError$") ||
2627
s.startsWith("/dotty/dotty/tools/dotc/typer/ImplicitRunInfo$liftToClasses$") ||
2728
s.startsWith("/dotty/dotty/tools/dotc/typer/Inliner$addAccessors$") ||

0 commit comments

Comments
 (0)