blob: 5f267a7c19bc1b6810e8ba59f70320c08a5822ec [file] [log] [blame]
package com.siyeh.ig.performance;
import com.siyeh.ig.IGInspectionTestCase;
public class ArraysAsListWithZeroOrOneArgumentInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/performance/arrays_as_list_with_one_argument", new ArraysAsListWithZeroOrOneArgumentInspection());
}
}