Removed CompilerSpecialMode from JetCoreEnvironment.

This commit is contained in:
Evgeny Gerashchenko
2012-07-05 17:28:37 +04:00
parent f7290d178b
commit b65f5cf53f
11 changed files with 26 additions and 44 deletions
@@ -53,7 +53,7 @@ public abstract class TestWithEnvironment extends UsefulTestCase {
protected void createEnvironmentWithMockJdkAndIdeaAnnotations() {
myEnvironment = JetCoreEnvironment.createCoreEnvironmentForJVM(
getTestRootDisposable(),
CompileCompilerDependenciesTest.compilerConfigurationForTests(CompilerSpecialMode.JS, true),
CompilerSpecialMode.JS);
CompileCompilerDependenciesTest.compilerConfigurationForTests(CompilerSpecialMode.JS, true)
);
}
}