remove obsolete test

This commit is contained in:
Bas Leijdekkers
2013-11-29 11:18:26 +01:00
parent 52f086744b
commit fca27830aa
@@ -66,15 +66,4 @@ public class EmptyCatchBlockInspectionTest extends LightInspectionTestCase {
" }\n" +
"}\n");
}
public void testTest() {
doTest("import junit.framework.TestCase;\n" +
"class C extends TestCase {\n" +
" public void testM() {\n" +
" try {\n" +
" throw new Exception();\n" +
" } catch (Exception e) {}\n" +
" }\n" +
"}\n");
}
}