We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62d9cb commit ec8cd9fCopy full SHA for ec8cd9f
compiler/test/dotty/tools/scripting/ScriptingTests.scala
@@ -33,10 +33,7 @@ class ScriptingTests:
33
do
34
ScriptingDriver(
35
compilerArgs = Array(
36
- "-classpath", TestConfiguration.basicClasspath,
37
- "-color:never",
38
- "-Yerased-terms",
39
- ),
+ "-classpath", TestConfiguration.basicClasspath),
40
scriptFile = scriptFile,
41
scriptArgs = scriptArgs
42
).compileAndRun()
0 commit comments