Skip to content

Commit f351d80

Browse files
committed
Migrate tests
1 parent e6cabb4 commit f351d80

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,7 @@ class CompilationTests extends ParallelTesting {
300300
implicit val testGroup: TestGroup = TestGroup("checkInit")
301301
val options = defaultOptions.and("-Ycheck-init", "-Xfatal-warnings")
302302
aggregateTests(
303-
compileFilesInDir("tests/init/neg/parent-child", options),
304-
compileFilesInDir("tests/init/neg/inner-outer", options),
305-
compileFilesInDir("tests/init/neg/soundness", options),
306-
compileFilesInDir("tests/init/neg/features", options),
303+
compileFilesInDir("tests/init/neg/", options),
307304
compileFilesInDir("tests/init/neg/misc", options),
308305
compileFilesInDir("tests/init/neg/functions", options),
309306
compileFilesInDir("tests/init/neg/hybrid", options),
File renamed without changes.

0 commit comments

Comments
 (0)