summaryrefslogtreecommitdiff
path: root/test/files/jvm/actor-uncaught-exception.scala
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.scala
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.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