Exclude native annotations in JS IR tests
This commit is contained in:
committed by
Pavel Punegov
parent
122ec85bf0
commit
4b3693bf37
@@ -39,6 +39,7 @@ private val runtimeSources = listOfKtFilesFrom(
|
|||||||
) - listOfKtFilesFrom(
|
) - listOfKtFilesFrom(
|
||||||
"libraries/stdlib/common/src/kotlin/JvmAnnotationsH.kt",
|
"libraries/stdlib/common/src/kotlin/JvmAnnotationsH.kt",
|
||||||
"libraries/stdlib/src/kotlin/annotations/Multiplatform.kt",
|
"libraries/stdlib/src/kotlin/annotations/Multiplatform.kt",
|
||||||
|
"libraries/stdlib/common/src/kotlin/NativeAnnotationsH.kt",
|
||||||
|
|
||||||
// TODO: Support Int.pow
|
// TODO: Support Int.pow
|
||||||
"libraries/stdlib/js/src/kotlin/random/PlatformRandom.kt",
|
"libraries/stdlib/js/src/kotlin/random/PlatformRandom.kt",
|
||||||
|
|||||||
Reference in New Issue
Block a user