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