Skip to content

Commit ce22485

Browse files
committed
fix test group
1 parent 4c2436b commit ce22485

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
@@ -106,7 +106,6 @@ class CompilationTests extends ParallelTesting {
106106
compileFilesInDir("tests/pos-deep-subtype", allowDeepSubtypes) +
107107
compileFilesInDir("tests/pos-kind-polymorphism", defaultOptions and "-Ykind-polymorphism") +
108108
compileDir("tests/pos/i1137-1", defaultOptions and "-Yemit-tasty") +
109-
compileDir("tests/neg-custom-args/isInstanceOf", defaultOptions and "-Xfatal-warnings") +
110109
compileFile(
111110
// succeeds despite -Xfatal-warnings because of -nowarn
112111
"tests/neg-custom-args/fatal-warnings/xfatalWarnings.scala",
@@ -191,6 +190,7 @@ class CompilationTests extends ParallelTesting {
191190
compileFile("tests/neg-custom-args/noimports2.scala", defaultOptions.and("-Yno-imports")) +
192191
compileFile("tests/neg-custom-args/i3882.scala", allowDeepSubtypes) +
193192
compileFile("tests/neg-custom-args/i1754.scala", allowDeepSubtypes) +
193+
compileDir("tests/neg-custom-args/isInstanceOf", defaultOptions and "-Xfatal-warnings") +
194194
compileFile("tests/neg-custom-args/i3627.scala", allowDeepSubtypes)
195195
}.checkExpectedErrors()
196196

0 commit comments

Comments
 (0)