blob: df95214cb17f2376382f9a63189ff6ba8949fa77 [file] [log] [blame]
package com.intellij.codeInsight.daemon.quickFix;
public class ChangeStringLiteralToCharInMethodCallTest extends LightQuickFixParameterizedTestCase {
public void test() throws Exception { doAllTests(); }
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/stringToCharacterLiteral";
}
}