cpp : Moved unit test to seperate files
This commit is contained in:
@@ -9,5 +9,4 @@
|
||||
std::string format_time(uint64_t) noexcept;
|
||||
std::string format_time_ns(uint64_t) noexcept;
|
||||
std::string format_byte_size(uint64_t) noexcept;
|
||||
void toolbox_unit_test() noexcept;
|
||||
std::string thousand_sep(uint64_t) noexcept;
|
||||
std::string thousand_sep(uint64_t, const char& = ',') noexcept;
|
||||
|
Reference in New Issue
Block a user