Cleanup (more highlighting tests unified)

This commit is contained in:
Roman Shevchenko
2015-07-01 12:43:27 +03:00
parent 4469f15bc6
commit 34b56c40e6
2 changed files with 15 additions and 33 deletions
@@ -38,10 +38,6 @@ import org.jetbrains.annotations.NotNull;
import java.util.List;
/**
* This class is for "lightweight" tests only, i.e. those which can run inside default light project set up
* For "heavyweight" tests use AdvHighlightingTest
*/
public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
private static final String BASE_PATH = "/codeInsight/daemonCodeAnalyzer/advHighlighting7";