blob: 7fb38a3f579d25166059b210004b2da5a1256422 [file] [log] [blame]
package com.siyeh.ig.numeric;
import com.siyeh.ig.IGInspectionTestCase;
public class DivideByZeroInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/numeric/divide_by_zero", new DivideByZeroInspection());
}
}