Remove assert about error type for removing type annotation

This commit is contained in:
Nikolay Krasko
2013-08-03 11:43:25 +04:00
parent 26f14a67ee
commit 3fd265e34a
4 changed files with 15 additions and 1 deletions
@@ -61,6 +61,10 @@ public class SpecifyTypeExplicitlyTest extends LightIntentionActionTestCase {
doTest();
}
public void testRemoveUnresolvedType() {
doTest();
}
@Override
protected String getTestDataPath() {
return PluginTestCaseBase.getTestDataPathBase() + "/intentions/";