supply correct ID

This commit is contained in:
Alexey Kudravtsev
2015-03-13 14:00:18 +03:00
parent d86fa4e2c9
commit d1e00c187c
@@ -33,6 +33,12 @@ public class HighlightSeverityTest extends LightDaemonAnalyzerTestCase {
public void testErrorLikeUnusedSymbol() throws Exception {
enableInspectionTool(new LocalInspectionToolWrapper(new LocalInspectionTool() {
@NotNull
@Override
public String getShortName() {
return getDisplayName();
}
@NotNull
@Override
public PsiElementVisitor buildVisitor(@NotNull final ProblemsHolder holder,