From fd8dff6dd8148e83d24f3be3f8b22b7f4b253760 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Mon, 5 Feb 2007 14:38:06 +0000 Subject: MSIL-firendly test suit --- test/files/run/classof.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/classof.scala') diff --git a/test/files/run/classof.scala b/test/files/run/classof.scala index 3b6180396c..3aa049ef68 100644 --- a/test/files/run/classof.scala +++ b/test/files/run/classof.scala @@ -3,6 +3,6 @@ class SomeClass object Test { def main(args: Array[String]): Unit = { val cls: Class = classOf[SomeClass] - Console.println(compat.Platform.getName(cls)) + Console.println(cls.getName()) } } -- cgit v1.2.3