summaryrefslogtreecommitdiff
path: root/test/files/jvm5/annotations.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-06-26 10:52:27 +0000
committermichelou <michelou@epfl.ch>2007-06-26 10:52:27 +0000
commit66eb76d374b5ff46dc7c9ed1bb4edb8db41b95f8 (patch)
tree7c7f14b9fc65b45813786716478eb18f82b0011d /test/files/jvm5/annotations.check
parent40a5b9d61caf2093121543b12a79956f728ea474 (diff)
downloadscala-66eb76d374b5ff46dc7c9ed1bb4edb8db41b95f8.tar.gz
scala-66eb76d374b5ff46dc7c9ed1bb4edb8db41b95f8.tar.bz2
scala-66eb76d374b5ff46dc7c9ed1bb4edb8db41b95f8.zip
updated check file
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 449d3d9ab8..f16a1ffc0c 100644
--- a/test/files/jvm5/annotations.check
+++ b/test/files/jvm5/annotations.check
@@ -13,11 +13,11 @@ class Test4$Foo3
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=file:///dev/null)
private int Test4$Foo4.x
-@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=file:///dev/null)
-public int Test4$Foo4.x()
-
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=file:///dev/zero)
public int Test4$Foo4.bar()
+@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=file:///dev/null)
+public int Test4$Foo4.x()
+
0
99