diff --git a/RegExpSupport/test/org/intellij/lang/regexp/RegExpCompletionTest.java b/RegExpSupport/test/org/intellij/lang/regexp/RegExpCompletionTest.java index b2e82d5cfa07..40822463cb81 100644 --- a/RegExpSupport/test/org/intellij/lang/regexp/RegExpCompletionTest.java +++ b/RegExpSupport/test/org/intellij/lang/regexp/RegExpCompletionTest.java @@ -87,7 +87,7 @@ public class RegExpCompletionTest extends CodeInsightFixtureTestCase { @Override protected String getBasePath() { String homePath = PathManager.getHomePath(); - File candidate = new File(homePath, "community/RegExpSupport"); + File candidate = new File(homePath, "community/RegExpSupport/testData/completion"); if (candidate.isDirectory()) { return "/community/RegExpSupport/testData/completion"; }