Renamed test data dir.

This commit is contained in:
Evgeny Gerashchenko
2013-03-18 22:03:51 +04:00
parent afe54098be
commit c458ed36f6
11 changed files with 1 additions and 1 deletions
@@ -132,6 +132,6 @@ public class BuiltInsReferenceResolverTest extends ResolveTestCase {
@Override
protected String getTestDataPath() {
return PluginTestCaseBase.getTestDataPathBase() + "/resolve/std/";
return PluginTestCaseBase.getTestDataPathBase() + "/resolve/builtins/";
}
}