summaryrefslogtreecommitdiff
path: root/test/files/jvm/actor-uncaught-exception.check
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2010-03-24 17:31:37 +0000
committerPhilipp Haller <hallerp@gmail.com>2010-03-24 17:31:37 +0000
commitc80d4c8b3d5407bfd453da28d812560559bb4bab (patch)
tree518d620f3adf6a218fea4291fc3318337c4835cf /test/files/jvm/actor-uncaught-exception.check
parent361799635196b1e2cc5dfdea569252cba3aa9ee1 (diff)
downloadscala-c80d4c8b3d5407bfd453da28d812560559bb4bab.tar.gz
scala-c80d4c8b3d5407bfd453da28d812560559bb4bab.tar.bz2
scala-c80d4c8b3d5407bfd453da28d812560559bb4bab.zip
Adds tests for see #2017.
Diffstat (limited to 'test/files/jvm/actor-uncaught-exception.check')
-rw-r--r--test/files/jvm/actor-uncaught-exception.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/jvm/actor-uncaught-exception.check b/test/files/jvm/actor-uncaught-exception.check
new file mode 100644
index 0000000000..4bbd53ef6d
--- /dev/null
+++ b/test/files/jvm/actor-uncaught-exception.check
@@ -0,0 +1,7 @@
+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!)