mirror of
https://github.com/Naios/continuable.git
synced 2026-02-11 04:39:50 +08:00
Enable a failing test
This commit is contained in:
parent
6dc2b0d0b1
commit
45f29c8d00
@ -735,13 +735,13 @@ struct zero_mapper {
|
|||||||
|
|
||||||
static void test_spread_traverse() {
|
static void test_spread_traverse() {
|
||||||
// 1:2 mappings (multiple arguments)
|
// 1:2 mappings (multiple arguments)
|
||||||
/* TODO Enable this {
|
{
|
||||||
tuple<int, int, int, int> res = map_pack(duplicate_mapper{}, 1, 2);
|
tuple<int, int, int, int> res = map_pack(duplicate_mapper{}, 1, 2);
|
||||||
|
|
||||||
auto expected = make_tuple(1, 1, 2, 2);
|
auto expected = make_tuple(1, 1, 2, 2);
|
||||||
|
|
||||||
EXPECT_TRUE((res == expected));
|
EXPECT_TRUE((res == expected));
|
||||||
}*/
|
}
|
||||||
|
|
||||||
// 1:0 mappings
|
// 1:0 mappings
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user