mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 07:24:33 +00:00
refactor(kernel/std): ♻️ rename test function to test_stl_shared_ptr
This commit is contained in:
parent
fa2e37f603
commit
21db83b943
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user