Skip to content

Commit aea7064

Browse files
committed
Disable failing fromTasty test
1 parent bf24d2b commit aea7064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class FromTastyTests extends ParallelTesting {
2828
implicit val testGroup: TestGroup = TestGroup("posTestFromTasty")
2929
val (step1, step2, step3) = compileTastyInDir("../tests/pos", defaultOptions,
3030
blacklist = Set(
31-
// Different files decompiled
32-
"simpleClass.scala",
31+
// Wrong number of arguments
32+
"i3130b.scala",
3333

3434
// Owner discrepancy for refinements
3535
"NoCyclicReference.scala",

0 commit comments

Comments
 (0)