From a8034b6baa26e080d16f5eb1a3893cce9c90ef9d Mon Sep 17 00:00:00 2001 From: Dmitriy Dolovov Date: Tue, 15 Aug 2023 14:37:53 +0200 Subject: [PATCH] [CODEOWNERS] Make K/N Team to be responsible for "compiler/testData/klib/" dir --- .space/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 7f4e705924e..2ef0120ece9 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -94,7 +94,6 @@ /compiler/testData/asJava/findClasses/ "Kotlin Compiler Core" /compiler/testData/asJava/lightClasses/ "IntelliJ Kotlin Plugin" -/compiler/testData/binaryCompatibility/klibEvolution/ "Kotlin Native" /compiler/testData/builtin-classes/ "Kotlin Libraries" /compiler/testData/capturedTypeApproximation/ "Kotlin Compiler Core" /compiler/testData/cfg/ "Kotlin Compiler Core" @@ -152,7 +151,7 @@ /compiler/testData/ir/klibLayout/ "Kotlin Native" /compiler/testData/ir/sourceRanges/ "Kotlin Compiler Core" /compiler/testData/javaModules/ "Kotlin JVM" -/compiler/testData/klibABI/ "Kotlin Native" +/compiler/testData/klib/ "Kotlin Native" /compiler/testData/kotlinClassFinder/ "Kotlin Compiler Core" # UNKNOWN: /compiler/testData/launcher/ /compiler/testData/lexer/ "Kotlin Compiler Core"