lower case first char as in test data

This commit is contained in:
anna
2010-04-20 13:53:19 +04:00
parent cfd6c1cd33
commit fee2cf9121
@@ -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());
}