summaryrefslogtreecommitdiff
path: root/test/files/pos/t7014/ThreadSafety.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t7014/ThreadSafety.java')
-rw-r--r--test/files/pos/t7014/ThreadSafety.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/files/pos/t7014/ThreadSafety.java b/test/files/pos/t7014/ThreadSafety.java
deleted file mode 100644
index ed508804e3..0000000000
--- a/test/files/pos/t7014/ThreadSafety.java
+++ /dev/null
@@ -1,9 +0,0 @@
-package t7014;
-
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-
-@Retention(RetentionPolicy.RUNTIME) // must be exactly RUNTIME retention (those we parse)
-public @interface ThreadSafety {
- ThreadSafetyLevel level();
-} \ No newline at end of file