You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/test/util
Jason Rhinelander f2fede2dfe Remove broken split() method
This function has a bug when `last` returns npos (which then fails an
assertion in a debug build).

Rather than fixing it, it seemed easier just to remove it and rely on
the split() version that does almost exactly the same thing but takes a
string_view delimiter.
3 years ago
..
meta Migrate tests from gtest to catch2 3 years ago
thread Migrate tests from gtest to catch2 3 years ago
test_llarp_util_aligned.cpp Replace ::Hash nested structs with std::hash specializations 3 years ago
test_llarp_util_bencode.cpp Migrate tests from gtest to catch2 3 years ago
test_llarp_util_bits.cpp Add gcc5 workaround for catch2 GENERATE(table 4 years ago
test_llarp_util_decaying_hashset.cpp decaying hashset unit test fixes 3 years ago
test_llarp_util_log_level.cpp Migrate tests from gtest to catch2 3 years ago
test_llarp_util_printer.cpp Final abseil purge 4 years ago
test_llarp_util_str.cpp Remove broken split() method 3 years ago