org.jetbrains.kotlin.jvm.compiler.ClasspathOrderTest: drop Ignore

This ignore isn't necessary anymore because this test is returned back
to the compiler repo, so it can use compiler test data
This commit is contained in:
Nikita Bobko
2021-12-30 20:01:58 +01:00
parent a8d7f91252
commit 6ae534c46b
@@ -32,7 +32,6 @@ import java.io.File
* To test this, we compile a Kotlin+Java module (in two modes: CLI and module-based) where a runtime Java class was replaced
* with a "newer" version in sources, and check that this class resolves to the one from sources by calling a method absent in the runtime
*/
@Ignore("has to be deleted as it seems a compiler test")
class ClasspathOrderTest : TestCaseWithTmpdir() {
companion object {
private val sourceDir = File(KtTestUtil.getTestDataPathBase() + "/classpathOrder").absoluteFile