From 257a1845d3db3477a0b5939e94d77b0495d89561 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Wed, 1 Nov 2006 16:03:28 +0000 Subject: Refactored portability support --- test/files/pos/traits.scala | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/files/pos/traits.scala') diff --git a/test/files/pos/traits.scala b/test/files/pos/traits.scala index d2c3f7c71b..1418757442 100644 --- a/test/files/pos/traits.scala +++ b/test/files/pos/traits.scala @@ -35,8 +35,6 @@ object Test { val thickness = 2; val color = 0; } - System.out.println(bcs1 == bcs1); - System.out.println(bcs1 == bcs2) + Console.println(bcs1 == bcs1); + Console.println(bcs1 == bcs2) } - - -- cgit v1.2.3