summaryrefslogtreecommitdiff
path: root/test/files/jvm/actor-uncaught-exception.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/actor-uncaught-exception.scala')
-rw-r--r--test/files/jvm/actor-uncaught-exception.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/jvm/actor-uncaught-exception.scala b/test/files/jvm/actor-uncaught-exception.scala
index e395638788..9f64be26e1 100644
--- a/test/files/jvm/actor-uncaught-exception.scala
+++ b/test/files/jvm/actor-uncaught-exception.scala
@@ -31,7 +31,6 @@ object Test {
Actor.loop {
react {
case Exit(actor, reason) =>
- println(actor + " exited for reason " + reason)
if (actor == StartError)
MessageError ! 'ping
else