blob: aaa379cf6ad167e6f1a7944ab036435f16736ee6 [file] [log] [blame]
package com.siyeh.ig.controlflow;
import com.siyeh.ig.IGInspectionTestCase;
public class DuplicateConditionInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/controlflow/duplicate_condition", new DuplicateConditionInspection());
}
}