Get rid of LoadJavaDescriptorsTest.

Implement the same test via existing LoadJavaDescriptorsTest.
Move test data.
This commit is contained in:
Pavel V. Talanov
2012-08-23 13:31:03 +04:00
parent 971b27fe61
commit 9dc611c4fe
6 changed files with 26 additions and 85 deletions
@@ -1,10 +0,0 @@
class A implements B.C {
}
class B {
B(C c) {}
interface C {
}
}
@@ -1,4 +0,0 @@
class StaticFinal {
public static final String foo = "aaa";
}