mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
do not upper case
This commit is contained in:
@@ -36,6 +36,6 @@ public class CastConflictsWithInstanceofInspectionTest extends IGInspectionTestC
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest("com/siyeh/igtest/bugs/castConflictingInstanceof/" + getTestName(false), new CastConflictsWithInstanceofInspection());
|
||||
doTest("com/siyeh/igtest/bugs/castConflictingInstanceof/" + getTestName(true), new CastConflictsWithInstanceofInspection());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user