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