Revert "[K/N][tests] Remove atomicfu tests from :nativeCompilerTest ^KT-65977"

This reverts commit 513f86f8fc.
This commit is contained in:
Alexander Shabalin
2024-02-26 19:20:07 +01:00
committed by Space Team
parent 2d161723d5
commit a8fcef9cca
+1 -2
View File
@@ -813,8 +813,7 @@ tasks {
register("nativeCompilerTest") {
dependsOn(":native:native.tests:test")
dependsOn(":native:objcexport-header-generator:check")
// TODO(KT-65977): enable atomicfu tests back
// dependsOn(":kotlin-atomicfu-compiler-plugin:nativeTest")
dependsOn(":kotlin-atomicfu-compiler-plugin:nativeTest")
}
// These are unit tests of Native compiler