summaryrefslogtreecommitdiff
path: root/test/files/jvm5/attributes.check
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-03-02 08:34:30 +0000
committermihaylov <mihaylov@epfl.ch>2007-03-02 08:34:30 +0000
commit614ebd7eea86f1e83052638acde0c24c8d47b619 (patch)
treec7bac3128313a7f0c2af79e780c799906f9f1048 /test/files/jvm5/attributes.check
parent32176ac4d37daeb235d622d4c4081b7b0fdb43f6 (diff)
downloadscala-614ebd7eea86f1e83052638acde0c24c8d47b619.tar.gz
scala-614ebd7eea86f1e83052638acde0c24c8d47b619.tar.bz2
scala-614ebd7eea86f1e83052638acde0c24c8d47b619.zip
Fixed a problem with the application of Java an...
Fixed a problem with the application of Java annotations with default values
Diffstat (limited to 'test/files/jvm5/attributes.check')
-rw-r--r--test/files/jvm5/attributes.check4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/jvm5/attributes.check b/test/files/jvm5/attributes.check
index c0cc0aee03..06d35ddb48 100644
--- a/test/files/jvm5/attributes.check
+++ b/test/files/jvm5/attributes.check
@@ -1,4 +1,6 @@
class java.rmi.RemoteException
class java.io.IOException
@java.lang.Deprecated()
-@test.SourceAnnotation(url=http://scala.epfl.ch, mail=scala@lists.epfl.ch)
+@test.SourceAnnotation(mail=scala@lists.epfl.ch, value=http://scala.epfl.ch)
+@test.SourceAnnotation(mail=you@bloodsuckers.com, value=http://bloodsuckers.com)
+@test.SourceAnnotation(mail=bill.gates@bloodsuckers.com, value=http://bloodsuckers.com)