} catch (Exception e) {
}
}
public void testIllegalTableSwitchParameters3() {
MethodVisitor mv = new CheckMethodAdapter(new EmptyVisitor());
mv.visitCode();
try {
mv.visitTableSwitchInsn(0, 1, new Label(), (Label[])null);
fail();
} catch (Exception e) {