Skip to content

Commit d21ce08

Browse files
committed
Minor, remove pointless environment creation in LoadJava test
1 parent f88abc5 commit d21ce08

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/tests/org/jetbrains/kotlin/jvm/compiler/AbstractLoadJavaTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,6 @@ public File create(@NotNull String fileName, @NotNull String text, @NotNull Map<
242242
}
243243
});
244244

245-
KotlinTestUtils.createEnvironmentWithJdkAndNullabilityAnnotationsFromIdea(
246-
getTestRootDisposable(), ConfigurationKind.JDK_ONLY, TestJdkKind.MOCK_JDK
247-
);
248-
249245
Pair<PackageViewDescriptor, BindingContext> javaPackageAndContext = compileJavaAndLoadTestPackageAndBindingContextFromBinary(
250246
srcFiles, compiledDir, ConfigurationKind.ALL
251247
);

0 commit comments

Comments
 (0)