[stdlib-mpp] Change path to the new stdlib artifact in BCV and JdkApi tests

KT-56106
This commit is contained in:
Ilya Gorbunov
2023-05-15 21:21:28 +02:00
committed by Space Team
parent 12c314cfa4
commit cfa6c39015
2 changed files with 3 additions and 2 deletions
@@ -20,7 +20,7 @@ class RuntimePublicAPITest {
val testName = TestName()
@Test fun kotlinStdlibRuntimeMerged() {
snapshotAPIAndCompare("../../stdlib/jvm/build/libs", "kotlin-stdlib", listOf("kotlin.jvm.internal"))
snapshotAPIAndCompare("../../stdlib/build/libs", "kotlin-stdlib", listOf("kotlin.jvm.internal"))
}
@Test fun kotlinStdlibJdk7() {