summaryrefslogtreecommitdiff
path: root/test/files/jvm5/annotations.check
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-04-27 15:56:52 +0000
committermihaylov <mihaylov@epfl.ch>2007-04-27 15:56:52 +0000
commitcc8d4298d7845ee5922e5b51b040ed4a5320920a (patch)
tree0c5dc0237b72855a254f996b19d76441db5b2292 /test/files/jvm5/annotations.check
parenta08e8f2d88fbbeb334312abc57e5f7cdfcb79170 (diff)
downloadscala-cc8d4298d7845ee5922e5b51b040ed4a5320920a.tar.gz
scala-cc8d4298d7845ee5922e5b51b040ed4a5320920a.tar.bz2
scala-cc8d4298d7845ee5922e5b51b040ed4a5320920a.zip
Improved test case for annotations with array c...
Improved test case for annotations with array constants
Diffstat (limited to 'test/files/jvm5/annotations.check')
-rw-r--r--test/files/jvm5/annotations.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/jvm5/annotations.check b/test/files/jvm5/annotations.check
index a4e3d7420b..9219c7bdb5 100644
--- a/test/files/jvm5/annotations.check
+++ b/test/files/jvm5/annotations.check
@@ -1,8 +1,8 @@
class java.rmi.RemoteException
class java.io.IOException
@java.lang.Deprecated()
-@test.SourceAnnotation(mail=scala@lists.epfl.ch, value=http://scala-lang.org)
-@test.SourceAnnotation(mail=you@bloodsuckers.com, value=http://bloodsuckers.com)
-@test.SourceAnnotation(mail=bill.gates@bloodsuckers.com, value=http://bloodsuckers.com)
+@test.SourceAnnotation(mails={scala@lists.epfl.ch,scala-lounge@lists.epfl.ch}, value=http://scala-lang.org)
+@test.SourceAnnotation(mails={you@bloodsuckers.com}, value=http://bloodsuckers.com)
+@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=http://bloodsuckers.com)
0
99