summaryrefslogtreecommitdiff
path: root/test/files/jvm5/attributes.check
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-02-18 14:25:35 +0000
committermihaylov <mihaylov@epfl.ch>2007-02-18 14:25:35 +0000
commit1614f42a20c5a286bac169ef354bf057f9104a3b (patch)
tree3352e0c6516f2153b9bd5309cf4646878389070b /test/files/jvm5/attributes.check
parent6c26499a9e7c566e4de4e60d0a69193027b6e01a (diff)
downloadscala-1614f42a20c5a286bac169ef354bf057f9104a3b.tar.gz
scala-1614f42a20c5a286bac169ef354bf057f9104a3b.tar.bz2
scala-1614f42a20c5a286bac169ef354bf057f9104a3b.zip
Improved annotations test
Diffstat (limited to 'test/files/jvm5/attributes.check')
-rw-r--r--test/files/jvm5/attributes.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/jvm5/attributes.check b/test/files/jvm5/attributes.check
index 2793231eac..35d0c8212d 100644
--- a/test/files/jvm5/attributes.check
+++ b/test/files/jvm5/attributes.check
@@ -1,2 +1,4 @@
class java.rmi.RemoteException
class java.io.IOException
+@java.lang.Deprecated()
+@Source(url=http://scala.epfl.ch, mail=scala@lists.epfl.ch)