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