[K/N] Don't use reflection in irText tests for obtaining manglers

See KT-61248
This commit is contained in:
Sergej Jaskiewicz
2023-09-05 18:39:23 +02:00
committed by teamcity
parent 9eba17d631
commit 904f8706ee
2 changed files with 5 additions and 7 deletions
+1
View File
@@ -14,6 +14,7 @@ dependencies {
testImplementation(projectTests(":compiler:tests-common-new"))
testImplementation(projectTests(":compiler:test-infrastructure"))
testImplementation(projectTests(":generators:test-generator"))
testImplementation(project(":compiler:ir.serialization.native"))
testImplementation(project(":native:kotlin-native-utils"))
testImplementation(project(":native:executors"))
testImplementation(project(":kotlin-util-klib-abi"))