blob: 2f0f59709ba146ace8bec068a003b3ec53138a66 [file] [log] [blame]
package com.siyeh.ig.performance;
import com.siyeh.ig.IGInspectionTestCase;
public class RedundantStringFormatCallInspectionTest
extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/performance/redundant_string_format_call",
new RedundantStringFormatCallInspection());
}
}