Skip to content

Commit 0a43005

Browse files
committed
Fix CI
1 parent e74bd94 commit 0a43005

File tree

6 files changed

+1
-9
lines changed

6 files changed

+1
-9
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/deprecation", defaultOptions.and("-Xfatal-warnings", "-deprecation")) +
149+
compileFilesInDir("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")) +

tests/neg-custom-args/deprecation/A_1.scala

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/neg-custom-args/deprecation/B_2.scala

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)