blob: 8b720a9a21f1078c61f0a86768a13d9bfd82b516 [file] [log] [blame]
package com.siyeh.ig.performance;
import com.siyeh.ig.IGInspectionTestCase;
public class ManualArrayCopyInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/performance/manual_array_copy",
new ManualArrayCopyInspection());
}
}