Skip to content

Commit 85c0630

Browse files
committed
Remove init-global/warn from tests
1 parent c139210 commit 85c0630

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ class CompilationTests {
219219
compileFilesInDir("tests/init-global/neg", options).checkExpectedErrors()
220220
compileFilesInDir("tests/init-global/pos", options).checkCompile()
221221
compileFilesInDir("tests/init-global/neg", options, FileFilter.exclude(TestSources.negInitGlobalScala2LibraryTastyBlacklisted)).checkExpectedErrors()
222-
compileFilesInDir("tests/init-global/warn", defaultOptions.and("-Ysafe-init-global"), FileFilter.exclude(TestSources.negInitGlobalScala2LibraryTastyBlacklisted)).checkWarnings()
223222
compileFilesInDir("tests/init-global/pos", options, FileFilter.exclude(TestSources.posInitGlobalScala2LibraryTastyBlacklisted)).checkCompile()
224223
}
225224

0 commit comments

Comments
 (0)