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