Move NameHighlightingTest to another package

This commit is contained in:
Natalia.Ukhorskaya
2012-10-12 15:20:40 +04:00
parent a3c50fc751
commit 2f2941fe5b
@@ -14,10 +14,11 @@
* limitations under the License.
*/
package org.jetbrains.jet.plugin;
package org.jetbrains.jet.plugin.highlighter;
import com.intellij.codeInsight.daemon.LightDaemonAnalyzerTestCase;
import com.intellij.openapi.projectRoots.Sdk;
import org.jetbrains.jet.plugin.PluginTestCaseBase;
import org.jetbrains.jet.plugin.highlighter.JetPsiChecker;
/**