Better method names.

This commit is contained in:
Evgeny Gerashchenko
2012-06-28 20:45:50 +04:00
parent cfc1d6d271
commit a4ab2afa94
6 changed files with 10 additions and 10 deletions
@@ -51,9 +51,9 @@ public abstract class TestWithEnvironment extends UsefulTestCase {
}
protected void createEnvironmentWithMockJdkAndIdeaAnnotations() {
myEnvironment = JetCoreEnvironment.getCoreEnvironmentForJVM(getTestRootDisposable(),
CompileCompilerDependenciesTest.compilerDependenciesForTests(
CompilerSpecialMode.JS,
true));
myEnvironment = JetCoreEnvironment.createCoreEnvironmentForJVM(getTestRootDisposable(),
CompileCompilerDependenciesTest.compilerDependenciesForTests(
CompilerSpecialMode.JS,
true));
}
}