Minor. Update YT ticket reference
diff --git a/compiler/testData/klib/partial-linkage/inlineFunctions-withInliningInKlibs/main/m.kt b/compiler/testData/klib/partial-linkage/inlineFunctions-withInliningInKlibs/main/m.kt
index af3528e..c3dd1f3 100644
--- a/compiler/testData/klib/partial-linkage/inlineFunctions-withInliningInKlibs/main/m.kt
+++ b/compiler/testData/klib/partial-linkage/inlineFunctions-withInliningInKlibs/main/m.kt
@@ -1,7 +1,7 @@
 import abitestutils.abiTest
 
 fun box() = abiTest {
-    // TODO (KT-76547): All the checks below need to be reviewed and fixed appropriately
+    // TODO (KT-78137): All the checks below need to be reviewed and fixed appropriately
     //  according to the new semantics of IR inlining (which should happen now at the 1st
     //  stage of compilation).