1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/test/util
Jason Rhinelander 9950adf472 Remove unneeded split(str, char) method
This function had a bug in stable (fixed in dev) when `last` returns
npos, but the function also appears to basically be duplicating what the
next split version can do, so this just removes it and uses the single
more generic split(strview, strview) method.
2021-08-11 00:26:52 -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 unneeded split(str, char) method 2021-08-11 00:26:52 -03:00