From 6ae534c46b962608e77b4b45e2d9a8cf4c95ad34 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Thu, 30 Dec 2021 20:01:58 +0100 Subject: [PATCH] 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 --- .../test/org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt b/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt index d573bc20c64..2663e5a8acc 100644 --- a/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt +++ b/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jvm/compiler/ClasspathOrderTest.kt @@ -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