We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f6215 commit a667aa0Copy full SHA for a667aa0
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -96,6 +96,7 @@ class CompilationTests extends ParallelTesting {
96
compileFilesInDir("../tests/pos-scala2", scala2Mode) +
97
compileFilesInDir("../tests/pos", defaultOptions) +
98
compileFilesInDir("../tests/pos-deep-subtype", allowDeepSubtypes) +
99
+ compileDir("../tests/pos/i1137-1", defaultOptions and "-YemitTasty") +
100
compileFile(
101
// succeeds despite -Xfatal-warnings because of -nowarn
102
"../tests/neg/customArgs/xfatalWarnings.scala",
0 commit comments