summaryrefslogtreecommitdiff
path: root/test/files/jvm/actor-uncaught-exception.check
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2010-03-25 08:52:08 +0000
committerPhilipp Haller <hallerp@gmail.com>2010-03-25 08:52:08 +0000
commitab492f44e0b6aee7873639bc15939b5d9eb574e8 (patch)
tree22568fc5bcf73369eebc0a18b6f2d9c78b1776d9 /test/files/jvm/actor-uncaught-exception.check
parent36ca453919ab3303d1e344aec2cb3f82c441af26 (diff)
downloadscala-ab492f44e0b6aee7873639bc15939b5d9eb574e8.tar.gz
scala-ab492f44e0b6aee7873639bc15939b5d9eb574e8.tar.bz2
scala-ab492f44e0b6aee7873639bc15939b5d9eb574e8.zip
Makes two actor tests deterministic. No review.
Diffstat (limited to 'test/files/jvm/actor-uncaught-exception.check')
-rw-r--r--test/files/jvm/actor-uncaught-exception.check2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/jvm/actor-uncaught-exception.check b/test/files/jvm/actor-uncaught-exception.check
index 4bbd53ef6d..3e669779df 100644
--- a/test/files/jvm/actor-uncaught-exception.check
+++ b/test/files/jvm/actor-uncaught-exception.check
@@ -1,7 +1,5 @@
Uncaught exception in StartError
MyException: I don't want to run!
-StartError exited for reason UncaughtException(StartError,None,MyException: I don't want to run!)
Uncaught exception in MessageError
Message: 'ping
MyException: No message for me!
-MessageError exited for reason UncaughtException(MessageError,Some('ping),MyException: No message for me!)