blob: 664714dc716072fb228e5cd42b08c0ec77264993 [file] [log] [blame]
package com.siyeh.ig.style;
import com.siyeh.ig.IGInspectionTestCase;
public class ConstantOnRHSOfComparisonInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/style/constant_on_rhs", new ConstantOnRHSOfComparisonInspection());
}
}