Skip to content

Commit b127b57

Browse files
committed
added tests for hidden-compiler
1 parent 7dad71c commit b127b57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ class CompilationTests {
177177
compileFile("tests/neg-custom-args/matchable.scala", defaultOptions.and("-Xfatal-warnings", "-source", "future")),
178178
compileFile("tests/neg-custom-args/i7314.scala", defaultOptions.and("-Xfatal-warnings", "-source", "future")),
179179
compileFile("tests/neg-custom-args/feature-shadowing.scala", defaultOptions.and("-Xfatal-warnings", "-feature")),
180+
compileDir("tests/neg-custom-args/hidden-type-errors", defaultOptions.and("-explain")),
180181
).checkExpectedErrors()
181182
}
182183

0 commit comments

Comments
 (0)