[Analysis API Standalone] add comment about KT-63493 to StandaloneSessionBuilderAgainstStdlibTest

This commit is contained in:
Ilya Kirillov
2023-11-15 18:32:01 +01:00
committed by Space Team
parent fca04d4143
commit 531e4fb86e
@@ -20,6 +20,7 @@ class StandaloneSessionBuilderAgainstStdlibTest : AbstractStandaloneSessionBuild
@Test
fun testKotlinStdLibCommon() {
// KT-63493 to avoid using a hardcoded path
doTestKotlinStdLibResolve(CommonPlatforms.defaultCommonPlatform, Paths.get("dist/common/kotlin-stdlib-common.jar"))
}