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