summaryrefslogtreecommitdiff
path: root/test/pending/run/t4713/JavaAnnots.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t4713/JavaAnnots.java')
-rw-r--r--test/pending/run/t4713/JavaAnnots.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/pending/run/t4713/JavaAnnots.java b/test/pending/run/t4713/JavaAnnots.java
deleted file mode 100644
index 29541b1ee0..0000000000
--- a/test/pending/run/t4713/JavaAnnots.java
+++ /dev/null
@@ -1,14 +0,0 @@
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-import java.util.List;
-
-public abstract class JavaAnnots {
- @Retention(RetentionPolicy.RUNTIME)
- @Target(ElementType.FIELD)
- public @interface Book {
- }
-
- public static final List<String> Book = null;
-} \ No newline at end of file