[K/N][Tests] Move filecheck and cinterop tests to /native/

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-02-14 13:07:40 +01:00
committed by Space Team
parent 05cbe66ee0
commit bf0150108d
144 changed files with 1683 additions and 5542 deletions
@@ -90,6 +90,6 @@ class CInteropPackagesTest : AbstractNativeSimpleTest() {
}
companion object {
private const val TEST_DATA_DIR = "compiler/testData/codegen/box/cinterop/packages"
private const val TEST_DATA_DIR = "native/native.tests/testData/codegen/cinterop/packages"
}
}