Removed outdated test case.

This commit is contained in:
Evgeny Gerashchenko
2013-03-11 17:14:56 +04:00
parent f23327458f
commit cc1d392fd2
3 changed files with 0 additions and 46 deletions
@@ -1,10 +0,0 @@
package annotations;
import annotations.MyEnum;
@interface MyAnnotation {
MyEnum value();
}
@MyAnnotation(MyEnum.ONE)
class testClass {}
@@ -1,6 +0,0 @@
package annotations
public enum class MyEnum {
ONE
}