From 6a20eed594c346790b6da5da4be243dd581927d3 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Sun, 8 Oct 2006 09:07:41 +0000 Subject: Moved scala.runtime.compat to scala.compat --- test/files/run/bugs.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/bugs.scala') diff --git a/test/files/run/bugs.scala b/test/files/run/bugs.scala index fc9c735ec9..165be165d6 100644 --- a/test/files/run/bugs.scala +++ b/test/files/run/bugs.scala @@ -454,7 +454,7 @@ object Test { test; } catch { case exception => { - val curr: String = scala.runtime.compat.Platform.currentThread.toString(); + val curr: String = compat.Platform.currentThread.toString(); Console.print("Exception in thread \"" + curr + "\" " + exception); Console.println; errors = errors + 1; -- cgit v1.2.3