Skip to content

Commit dfdc9b6

Browse files
committed
Fix test directory name
1 parent a2b8b4a commit dfdc9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CompilationTests {
3939
compileFilesInDir("tests/pos-special/isInstanceOf", allowDeepSubtypes.and("-Xfatal-warnings")),
4040
compileFilesInDir("tests/new", defaultOptions),
4141
compileFilesInDir("tests/pos-scala2", scala2CompatMode),
42-
compileFilesInDir("tests/pos-custome-args/captures", defaultOptions.and("-Ycc")),
42+
compileFilesInDir("tests/pos-custom-args/captures", defaultOptions.and("-Ycc")),
4343
compileFilesInDir("tests/pos-custom-args/erased", defaultOptions.and("-language:experimental.erasedDefinitions")),
4444
compileFilesInDir("tests/pos", defaultOptions.and("-Ysafe-init")),
4545
compileFilesInDir("tests/pos-deep-subtype", allowDeepSubtypes),

0 commit comments

Comments
 (0)