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