Skip to content

Commit bb647b3

Browse files
committed
Disable colors in repl tests
1 parent c971bd8 commit bb647b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/repl/ReplTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sealed class StoringPrintStream extends PrintStream(new NullPrintStream) {
3636
}
3737

3838
class ReplTest extends ReplDriver(
39-
Array("-classpath", List(Jars.dottyLib, Jars.dottyInterfaces).mkString(":")),
39+
Array("-classpath", List(Jars.dottyLib, Jars.dottyInterfaces).mkString(":"), "-color:never"),
4040
new StoringPrintStream
4141
) with MessageRendering {
4242

0 commit comments

Comments
 (0)