testdata for IDEA-70620

This commit is contained in:
Anna Kozlova
2012-11-01 19:08:13 +01:00
parent 711e80d769
commit b4ed390aa7
2 changed files with 30 additions and 0 deletions
@@ -166,4 +166,5 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testJava7CastConventions() throws Exception { doTest(false, true, false); }
public void testUncheckedWarning() throws Exception { doTest(true, false); }
public void testUncheckedWarningIDEA59290() throws Exception { doTest(true, false); }
public void testUncheckedWarningIDEA70620() throws Exception { doTest(true, false); }
}