Skip to content

Commit 34e124d

Browse files
committed
Enable deep type check
1 parent 40f2e14 commit 34e124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class BootstrappedOnlyCompilationTests {
2424
@Test def posMacros: Unit = {
2525
implicit val testGroup: TestGroup = TestGroup("compilePosMacros")
2626
aggregateTests(
27-
compileFilesInDir("tests/bench", defaultOptions),
27+
compileFilesInDir("tests/bench", defaultOptions.without("-Yno-deep-subtypes")),
2828
compileFilesInDir("tests/pos-macros", defaultOptions),
2929
compileFilesInDir("tests/pos-custom-args/semanticdb", defaultOptions.and("-Xsemanticdb")),
3030
compileDir("tests/pos-special/i7592", defaultOptions.and("-Yretain-trees")),

0 commit comments

Comments
 (0)