mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
lower case first char as in test data
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.intellij.codeInspection;
|
||||
|
||||
import com.intellij.JavaTestUtil;
|
||||
import com.intellij.codeInspection.defUse.DefUseInspection;
|
||||
import com.intellij.testFramework.InspectionTestCase;
|
||||
|
||||
public class NumericOverflowTest extends InspectionTestCase {
|
||||
@@ -11,7 +10,7 @@ public class NumericOverflowTest extends InspectionTestCase {
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest("numericOverflow/" + getTestName(false), new NumericOverflowInspection());
|
||||
doTest("numericOverflow/" + getTestName(true), new NumericOverflowInspection());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user