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