mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
Remove a useless unit test
This commit is contained in:
parent
818b7a7314
commit
6cd39a2e54
@ -31,11 +31,6 @@ using namespace cti;
|
|||||||
using namespace cti::detail;
|
using namespace cti::detail;
|
||||||
|
|
||||||
TEST(regression_tests, are_multiple_args_mergeable) {
|
TEST(regression_tests, are_multiple_args_mergeable) {
|
||||||
{
|
|
||||||
auto tp = std::make_tuple(1, 2, 3);
|
|
||||||
std::tuple_cat(tp, tp, tp, tp, tp);
|
|
||||||
}
|
|
||||||
|
|
||||||
auto tp2 = std::tuple_cat(std::make_tuple(), std::make_tuple(1),
|
auto tp2 = std::tuple_cat(std::make_tuple(), std::make_tuple(1),
|
||||||
std::make_tuple(1, 2), std::make_tuple(1, 2, 3),
|
std::make_tuple(1, 2), std::make_tuple(1, 2, 3),
|
||||||
std::make_tuple(1, 2, 3, 4));
|
std::make_tuple(1, 2, 3, 4));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user