summaryrefslogtreecommitdiff
path: root/test/files/run/repl-exceptions.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-11-07 14:26:52 +0000
committerPaul Phillips <paulp@improving.org>2011-11-07 14:26:52 +0000
commit5816db58e1f370dd78b3bd9deb47f7d309641294 (patch)
tree87beda4b8be35a3536c154b1ac103a5424695d09 /test/files/run/repl-exceptions.scala
parent1c0105dec795bebeb7b12f031b304781d53f5961 (diff)
downloadscala-5816db58e1f370dd78b3bd9deb47f7d309641294.tar.gz
scala-5816db58e1f370dd78b3bd9deb47f7d309641294.tar.bz2
scala-5816db58e1f370dd78b3bd9deb47f7d309641294.zip
Another round of pleasing the gods of init order.
Moved all the eagerly evaluated bits to the top of the file so I can see them all at once. Let a dozen vals unroll up front so initialization is more predictable. No review.
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")