Disable "UseOfSystemOutOrSystemErr" inspection in tests

This commit is contained in:
Alexander Udalov
2013-10-28 16:30:31 +04:00
parent cdecbc0915
commit a35f285bcf
8 changed files with 18 additions and 9 deletions
@@ -51,7 +51,6 @@ public abstract class AbstractHighlightingTest extends LightCodeInsightFixtureTe
myFixture.checkHighlighting(checkWarnings, checkInfos, checkWeakWarnings);
}
catch (FileComparisonFailure e) {
//noinspection UseOfSystemOutOrSystemErr
System.out.println(getFileWithTextAttributesKeys());
throw e;