Skip to content

Commit 2d5fda5

Browse files
Blacklist pos/annot-2.scala
1 parent 6a697ee commit 2d5fda5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

compiler/test/dotc/pos-from-tasty.blacklist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ repeatedArgs213.scala
1515

1616
# Error printing parent constructors that are blocks
1717
default-super.scala
18+
19+
annot-2.scala

tests/idempotency/IdempotencyCheck.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ object IdempotencyCheck {
1010
"pos/Map/scala/collection/immutable/Map",
1111
"pos/Map/scala/collection/immutable/AbstractMap",
1212
"pos/t1203a/NodeSeq",
13-
"pos/i2345/Whatever"
13+
"pos/i2345/Whatever",
14+
"pos/annot-2.scala"
1415
)
1516

1617
def checkIdempotency(dir1: String, dir2: String): Unit = {

0 commit comments

Comments
 (0)