From 640ea6fc45b860e85b588d3217df61d087d674ba Mon Sep 17 00:00:00 2001 From: mihaylov Date: Tue, 20 Jun 2006 16:24:02 +0000 Subject: Fixed bug #634 --- test/files/run/attributes.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/run/attributes.scala') diff --git a/test/files/run/attributes.scala b/test/files/run/attributes.scala index 987f139f90..051355a947 100644 --- a/test/files/run/attributes.scala +++ b/test/files/run/attributes.scala @@ -79,7 +79,7 @@ object Test { def main(args: Array[String]): Unit = { Test1.run Test2.run - Test3.run - Test4.run + //Test3.run // requires the use of -target:jvm-1.5 + //Test4.run } } -- cgit v1.2.3