fixup! [KT-79393] feat: make codegen-box tests cacheable with new plugins
diff --git a/native/native.tests/codegen-box/build.gradle.kts b/native/native.tests/codegen-box/build.gradle.kts
index ac71e60..07a11fe 100644
--- a/native/native.tests/codegen-box/build.gradle.kts
+++ b/native/native.tests/codegen-box/build.gradle.kts
@@ -22,7 +22,7 @@
 }
 
 compilerTests {
-    testData(project.isolated, "../testData")
+    testData(project(":compiler").isolated, "testData/codegen")
 }
 
 val testTags = findProperty("kotlin.native.tests.tags")?.toString()