From 72615ee8450cd6633f8b75735fe5c4905a4a6244 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Mon, 14 Nov 2022 18:09:44 +0100 Subject: [PATCH] Code owners. Add Compiler Core to box test ownership --- .space/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 1aedf14905b..7c7e1711c61 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -106,7 +106,7 @@ /compiler/testData/cli/jvm/ "Kotlin JVM" "Kotlin Compiler Core" /compiler/testData/cli/metadata/ "Kotlin Compiler Core" /compiler/testData/codegen/asmLike/ "Kotlin JVM" -/compiler/testData/codegen/box/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" +/compiler/testData/codegen/box/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/testData/codegen/boxError/ "Kotlin JS" /compiler/testData/codegen/boxInline/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/testData/codegen/boxKlib/ "Kotlin JVM"