Skip to content

Commit ec8cd9f

Browse files
Remove redundant flags from scripting tests
1 parent a62d9cb commit ec8cd9f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

compiler/test/dotty/tools/scripting/ScriptingTests.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ class ScriptingTests:
3333
do
3434
ScriptingDriver(
3535
compilerArgs = Array(
36-
"-classpath", TestConfiguration.basicClasspath,
37-
"-color:never",
38-
"-Yerased-terms",
39-
),
36+
"-classpath", TestConfiguration.basicClasspath),
4037
scriptFile = scriptFile,
4138
scriptArgs = scriptArgs
4239
).compileAndRun()

0 commit comments

Comments
 (0)