From ab492f44e0b6aee7873639bc15939b5d9eb574e8 Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Thu, 25 Mar 2010 08:52:08 +0000 Subject: Makes two actor tests deterministic. No review. --- test/files/jvm/actor-uncaught-exception.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'test/files/jvm/actor-uncaught-exception.scala') 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 -- cgit v1.2.3