testdata for IDEA-59290

This commit is contained in:
Anna Kozlova
2012-11-01 19:08:12 +01:00
parent 5f0225177e
commit 711e80d769
2 changed files with 13 additions and 0 deletions
@@ -165,4 +165,5 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testLambdaExpressions() throws Exception { doTest(false, true, false); }
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); }
}