blob: 28ad6ee8c7272dfec822a855edf5513b971c9271 [file] [log] [blame]
package com.siyeh.ig.performance;
import com.siyeh.ig.IGInspectionTestCase;
public class StringEqualsEmptyStringInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/performance/string_equals_empty_string",
new StringEqualsEmptyStringInspection());
}
}