Skip to content

Commit 72aa1a4

Browse files
committed
Add missing test
1 parent 83882eb commit 72aa1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ class CompilationTests extends ParallelTesting {
186186
compileFile("../tests/neg-custom-args/xfatalWarnings.scala", defaultOptions.and("-Xfatal-warnings")) +
187187
compileFile("../tests/neg-custom-args/pureStatement.scala", defaultOptions.and("-Xfatal-warnings")) +
188188
compileFile("../tests/neg-custom-args/i3589-a.scala", defaultOptions.and("-Xfatal-warnings")) +
189+
compileFile("../tests/neg-custom-args/i2333.scala", defaultOptions.and("-Xfatal-warnings")) +
189190
compileFile("../tests/neg-custom-args/phantom-overload.scala", allowDoubleBindings) +
190191
compileFile("../tests/neg-custom-args/phantom-overload-2.scala", allowDoubleBindings) +
191192
compileFile("../tests/neg-custom-args/structural.scala", defaultOptions.and("-Xfatal-warnings"))

0 commit comments

Comments
 (0)