mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
SimpleCodeInsightTest.java: Disable checkWeakWarnings
option in checkHighlighting()
This commit is contained in:
parent
50347f566a
commit
c50c4cf02b
@ -38,7 +38,7 @@ public class SimpleCodeInsightTest extends LightJavaCodeInsightFixtureTestCase {
|
||||
|
||||
public void testAnnotator() {
|
||||
myFixture.configureByFiles("AnnotatorTestData.java", "DefaultTestData.simple");
|
||||
myFixture.checkHighlighting(false, false, true, true);
|
||||
myFixture.checkHighlighting(false, false, false, true);
|
||||
}
|
||||
|
||||
public void testFormatter() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user