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.
2021-08-12 13:43:07 -03:00
..
meta Migrate tests from gtest to catch2 2021-03-04 15:41:42 -05:00
thread Migrate tests from gtest to catch2 2021-03-04 15:41:42 -05:00
test_llarp_util_aligned.cpp Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
test_llarp_util_bencode.cpp Migrate tests from gtest to catch2 2021-03-04 15:41:42 -05:00
test_llarp_util_bits.cpp Add gcc5 workaround for catch2 GENERATE(table 2020-02-24 14:27:44 -04:00
test_llarp_util_decaying_hashset.cpp decaying hashset unit test fixes 2021-03-04 15:47:09 -05:00
test_llarp_util_log_level.cpp Migrate tests from gtest to catch2 2021-03-04 15:41:42 -05:00
test_llarp_util_printer.cpp Final abseil purge 2020-02-24 14:27:44 -04:00
test_llarp_util_str.cpp Remove broken split() method 2021-08-12 13:43:07 -03:00