blob: 2dd49fa4729e33d6750a8042c554751cbac294a9 [file] [log] [blame]
package com.siyeh.ig.controlflow;
import com.siyeh.ig.IGInspectionTestCase;
public class ConfusingElseInspectionTest
extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/controlflow/confusing_else",
new ConfusingElseInspection());
}
}