Skip to content

Commit e74bd94

Browse files
authored
Fix typo
1 parent 312c3c6 commit e74bd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class CompilationTests extends ParallelTesting {
146146
compileFilesInDir("tests/neg", defaultOptions) +
147147
compileFilesInDir("tests/neg-tailcall", defaultOptions) +
148148
compileFilesInDir("tests/neg-kind-polymorphism", defaultOptions and "-Ykind-polymorphism") +
149-
compileDir("tests/neg-custom-args/deprecate", defaultOptions.and("-Xfatal-warnings", "-deprecation")) +
149+
compileDir("tests/neg-custom-args/deprecation", defaultOptions.and("-Xfatal-warnings", "-deprecation")) +
150150
compileFilesInDir("tests/neg-custom-args/fatal-warnings", defaultOptions.and("-Xfatal-warnings")) +
151151
compileFilesInDir("tests/neg-custom-args/allow-double-bindings", allowDoubleBindings) +
152152
compileDir("tests/neg-custom-args/impl-conv", defaultOptions.and("-Xfatal-warnings", "-feature")) +

0 commit comments

Comments
 (0)