From 30ab8b6924972cba47f4d11ee7967ac7f4f468d0 Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Tue, 21 Jul 2009 09:12:13 +0000 Subject: Moved new scheduler classes into package scala.... Moved new scheduler classes into package scala.actors.scheduler. --- test/files/jvm/daemon-actor-termination.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/files') diff --git a/test/files/jvm/daemon-actor-termination.scala b/test/files/jvm/daemon-actor-termination.scala index b089f652bf..7707ea8d4d 100644 --- a/test/files/jvm/daemon-actor-termination.scala +++ b/test/files/jvm/daemon-actor-termination.scala @@ -1,4 +1,5 @@ -import scala.actors.{Actor, DefaultExecutorScheduler} +import scala.actors.Actor +import scala.actors.scheduler.DefaultExecutorScheduler /* Test that a daemon Actor that hasn't finished does not prevent termination */ -- cgit v1.2.3