mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-17 01:04:15 +00:00
refactor(kernel/std): ♻️ rename test function to test_stl_shared_ptr
This commit is contained in:
@@ -42,7 +42,7 @@ struct Deleter
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
void test_shared_ptr_bitset()
|
void test_stl_shared_ptr()
|
||||||
{
|
{
|
||||||
debug("std::shared_ptr ...");
|
debug("std::shared_ptr ...");
|
||||||
|
|
||||||
|
@@ -27,6 +27,7 @@ void test_stl_string();
|
|||||||
void test_stl_unordered_map() {}
|
void test_stl_unordered_map() {}
|
||||||
void test_stl_future();
|
void test_stl_future();
|
||||||
void test_stl_array();
|
void test_stl_array();
|
||||||
|
void test_stl_shared_ptr();
|
||||||
|
|
||||||
void Test_stl()
|
void Test_stl()
|
||||||
{
|
{
|
||||||
@@ -40,6 +41,7 @@ void Test_stl()
|
|||||||
test_stl_unordered_map();
|
test_stl_unordered_map();
|
||||||
test_stl_future();
|
test_stl_future();
|
||||||
test_stl_array();
|
test_stl_array();
|
||||||
|
test_stl_shared_ptr();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // DEBUG
|
#endif // DEBUG
|
||||||
|
Reference in New Issue
Block a user