blob: f572457be4f82b00189b3ac1f8053c4f8e352b9e [file] [log] [blame]
package com.siyeh.ig.numeric;
import com.siyeh.ig.IGInspectionTestCase;
public class ConfusingFloatingPointLiteralInspectionTest
extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/numeric/confusing_floating_point_literal",
new ConfusingFloatingPointLiteralInspection());
}
}