Minor, remove pointless environment creation in LoadJava test

This commit is contained in:
Alexander Udalov
2016-01-15 17:35:54 +03:00
parent f88abc5b1f
commit d21ce08548
@@ -242,10 +242,6 @@ public abstract class AbstractLoadJavaTest extends TestCaseWithTmpdir {
}
});
KotlinTestUtils.createEnvironmentWithJdkAndNullabilityAnnotationsFromIdea(
getTestRootDisposable(), ConfigurationKind.JDK_ONLY, TestJdkKind.MOCK_JDK
);
Pair<PackageViewDescriptor, BindingContext> javaPackageAndContext = compileJavaAndLoadTestPackageAndBindingContextFromBinary(
srcFiles, compiledDir, ConfigurationKind.ALL
);