summaryrefslogtreecommitdiff
path: root/test/files/run/bugs.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bugs.scala')
-rw-r--r--test/files/run/bugs.scala2
1 files changed, 1 insertions, 1 deletions
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;