From dc1cd96ffd44ddd47ea1d5be88b4b9e438bd9c3b Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 4 Mar 2013 14:47:01 -0800 Subject: Disentangled RangePositions from interactive. This is a stepping stone to having range positions all the time, as well as to modularizing the presentation compiler. It does not enable range positions by default, only places them smoewhere where they can be. --- test/files/run/t5603.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/files') diff --git a/test/files/run/t5603.scala b/test/files/run/t5603.scala index 60dfd01fee..8c8038a602 100644 --- a/test/files/run/t5603.scala +++ b/test/files/run/t5603.scala @@ -36,7 +36,8 @@ object Test extends DirectTest { val settings = new Settings() settings.Xprintpos.value = true + settings.Yrangepos.value = true val command = new CompilerCommand((CommandLineParser tokenize extraSettings) ++ args.toList, settings) - new Global(command.settings, new ConsoleReporter(settings)) with interactive.RangePositions + Global(command.settings, new ConsoleReporter(settings)) } } -- cgit v1.2.3