This commit is contained in:
Stepan Koltsov
2012-04-27 19:09:41 +04:00
parent a17d7764b1
commit f74ba83124
@@ -42,7 +42,7 @@ import java.util.Locale;
*/ */
public class JavaDescriptorResolverTest extends TestCaseWithTmpdir { public class JavaDescriptorResolverTest extends TestCaseWithTmpdir {
// This test can be implemented in ReadJavaBinaryClass test, but it is simpler here // This test can be implemented in ReadJavaBinaryClassTest, but it is simpler here
public void testInner() throws Exception { public void testInner() throws Exception {
compileFileResolveDescriptor("inner.java", new FqName("A")); compileFileResolveDescriptor("inner.java", new FqName("A"));
} }