Skip to content

Commit a7d5809

Browse files
committed
Allow deep subtypes in dotc_transform.
The clause got accidentally dropped in the rebase.
1 parent 8d2bae9 commit a7d5809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class tests extends CompilerTest {
112112
@Test def dotc_config = compileDir(dotcDir + "tools/dotc/config", twice)
113113
@Test def dotc_core = compileDir(dotcDir + "tools/dotc/core", twice)(allowDeepSubtypes)
114114
@Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling", twice)(allowDeepSubtypes)
115-
@Test def dotc_transform = compileDir(dotcDir + "tools/dotc/transform", twice)
115+
@Test def dotc_transform = compileDir(dotcDir + "tools/dotc/transform", twice)(allowDeepSubtypes)
116116

117117
@Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/parsing", twice)
118118
@Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing", twice)

0 commit comments

Comments
 (0)