We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b8b4a commit dfdc9b6Copy full SHA for dfdc9b6
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -39,7 +39,7 @@ class CompilationTests {
39
compileFilesInDir("tests/pos-special/isInstanceOf", allowDeepSubtypes.and("-Xfatal-warnings")),
40
compileFilesInDir("tests/new", defaultOptions),
41
compileFilesInDir("tests/pos-scala2", scala2CompatMode),
42
- compileFilesInDir("tests/pos-custome-args/captures", defaultOptions.and("-Ycc")),
+ compileFilesInDir("tests/pos-custom-args/captures", defaultOptions.and("-Ycc")),
43
compileFilesInDir("tests/pos-custom-args/erased", defaultOptions.and("-language:experimental.erasedDefinitions")),
44
compileFilesInDir("tests/pos", defaultOptions.and("-Ysafe-init")),
45
compileFilesInDir("tests/pos-deep-subtype", allowDeepSubtypes),
0 commit comments