summaryrefslogtreecommitdiff
path: root/test/files/run/repl-exceptions.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/repl-exceptions.scala')
-rw-r--r--test/files/run/repl-exceptions.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/repl-exceptions.scala b/test/files/run/repl-exceptions.scala
index aaf37c8ae7..301f3595d0 100644
--- a/test/files/run/repl-exceptions.scala
+++ b/test/files/run/repl-exceptions.scala
@@ -2,7 +2,7 @@ import scala.tools.partest.ReplTest
import scala.tools.util.Javap
object Test extends ReplTest {
- override def extraSettings = "-Yrich-exceptions"
+ override def extraSettings = "-Yrich-exceptions -Yrepl-sync"
def code = """
|sys.SystemProperties.traceSourcePath setValue ""
|def f = sys.error("hi mom")