summaryrefslogtreecommitdiff
path: root/test/files/jvm/annotations.check
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2009-09-25 09:42:55 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2009-09-25 09:42:55 +0000
commitd7796af940ac9a0431184115c6c0478856c7ee54 (patch)
tree79113afedd80b3074aad4018b5804087fababee5 /test/files/jvm/annotations.check
parenta43a29e64351a60fc563f777e5dbb07e001470e7 (diff)
downloadscala-d7796af940ac9a0431184115c6c0478856c7ee54.tar.gz
scala-d7796af940ac9a0431184115c6c0478856c7ee54.tar.bz2
scala-d7796af940ac9a0431184115c6c0478856c7ee54.zip
fix build
Diffstat (limited to 'test/files/jvm/annotations.check')
-rw-r--r--test/files/jvm/annotations.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/jvm/annotations.check b/test/files/jvm/annotations.check
index 418301331f..214c60d06f 100644
--- a/test/files/jvm/annotations.check
+++ b/test/files/jvm/annotations.check
@@ -13,9 +13,6 @@ class Test4$Foo3
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=file:///dev/null)
private final 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$Foo5.bar()
@@ -28,8 +25,5 @@ public Test4$Foo7()
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=constructor val)
private final int Test4$Foo8.n
-@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=constructor val)
-public int Test4$Foo8.n()
-
0
99