summaryrefslogtreecommitdiff
path: root/test/files/run/t5603.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5603.scala')
-rw-r--r--test/files/run/t5603.scala3
1 files changed, 2 insertions, 1 deletions
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))
}
}