refactor(kernel/std): ♻️ rename test function to test_stl_shared_ptr

This commit is contained in:
2025-05-10 06:03:58 +00:00
parent fa2e37f603
commit 21db83b943
2 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,7 @@ struct Deleter
}
};
void test_shared_ptr_bitset()
void test_stl_shared_ptr()
{
debug("std::shared_ptr ...");