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