diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 5efed837059..7569b55a96e 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -117,8 +117,8 @@ /compiler/testData/codegen/boxKlib/ "Kotlin JVM" /compiler/testData/codegen/boxModernJdk/ "Kotlin JVM" /compiler/testData/codegen/boxWasmJsInterop/ "Kotlin Wasm" -/compiler/testData/codegen/bytecodeListing/ "Kotlin JVM" -/compiler/testData/codegen/bytecodeText/ "Kotlin JVM" +/compiler/testData/codegen/bytecodeListing/ "Kotlin JVM" "Kotlin Compiler Core" +/compiler/testData/codegen/bytecodeText/ "Kotlin JVM" "Kotlin Compiler Core" /compiler/testData/codegen/composeLike/ "Kotlin JVM" /compiler/testData/codegen/composeLikeBytecodeText/ "Kotlin JVM" /compiler/testData/codegen/customScript/ "Kotlin Compiler Core"