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