From 8a74c1956a22e945d5ee2123824d6c5963577124 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 28 Nov 2022 17:03:38 +0100 Subject: [PATCH] Add compiler core team as an alternative owner of JVM bytecode tests --- .space/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"