From 255cce4f9ad8e34102a769a1eb219e96a45954ed Mon Sep 17 00:00:00 2001 From: Li Jie Date: Wed, 8 Jan 2025 15:03:58 +0800 Subject: [PATCH] test: move cchan/cchansel into runtime/_test --- compiler/cl/_testrt/cchan/in.go => runtime/_test/cchan/cchan.go | 0 .../_testrt/cchansel/in.go => runtime/_test/cchansel/cchansel.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename compiler/cl/_testrt/cchan/in.go => runtime/_test/cchan/cchan.go (100%) rename compiler/cl/_testrt/cchansel/in.go => runtime/_test/cchansel/cchansel.go (100%) diff --git a/compiler/cl/_testrt/cchan/in.go b/runtime/_test/cchan/cchan.go similarity index 100% rename from compiler/cl/_testrt/cchan/in.go rename to runtime/_test/cchan/cchan.go diff --git a/compiler/cl/_testrt/cchansel/in.go b/runtime/_test/cchansel/cchansel.go similarity index 100% rename from compiler/cl/_testrt/cchansel/in.go rename to runtime/_test/cchansel/cchansel.go