From 799007fcf66b5d4299f31533d57a8eee1a345c22 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 12 May 2016 15:53:58 +0200 Subject: Use ChoiceSetting for coloring --- test/test/TestREPL.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test') diff --git a/test/test/TestREPL.scala b/test/test/TestREPL.scala index 2beb9e40b..4899607ce 100644 --- a/test/test/TestREPL.scala +++ b/test/test/TestREPL.scala @@ -21,7 +21,7 @@ class TestREPL(script: String) extends REPL { override val output = new NewLinePrintWriter(out) override def context(ctx: Context) = - ctx.fresh.setSetting(ctx.settings.XreplNoColor, true) + ctx.fresh.setSetting(ctx.settings.color, "never") override def input(in: Interpreter)(implicit ctx: Context) = new InteractiveReader { val lines = script.lines -- cgit v1.2.3