summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/run/attributes.check2
-rw-r--r--test/files/run/attributes.scala4
2 files changed, 2 insertions, 4 deletions
diff --git a/test/files/run/attributes.check b/test/files/run/attributes.check
index c8cefdd46f..2793231eac 100644
--- a/test/files/run/attributes.check
+++ b/test/files/run/attributes.check
@@ -1,4 +1,2 @@
class java.rmi.RemoteException
class java.io.IOException
-@java.lang.Deprecated()
-@test.Source(url=http://scala.epfl.ch, mail=scala@lists.epfl.ch)
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
}
}