Skip to content

Commit 01318b4

Browse files
committed
Add back FromTastyTest that only fails on bootstrapped
1 parent 4fb016a commit 01318b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ class FromTastyTests extends ParallelTesting {
2828
implicit val testGroup: TestGroup = TestGroup("posTestFromTasty")
2929
val (step1, step2, step3) = compileTastyInDir("tests/pos", defaultOptions,
3030
blacklist = Set(
31+
// Wrong number of arguments (only on bootstrapped)
32+
"i3130b.scala",
33+
3134
// Missing position
3235
"collections_1.scala",
3336

0 commit comments

Comments
 (0)