mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +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() {
|
||||
// 1:2 mappings (multiple arguments)
|
||||
/* TODO Enable this {
|
||||
{
|
||||
tuple<int, int, int, int> res = map_pack(duplicate_mapper{}, 1, 2);
|
||||
|
||||
auto expected = make_tuple(1, 1, 2, 2);
|
||||
|
||||
EXPECT_TRUE((res == expected));
|
||||
}*/
|
||||
}
|
||||
|
||||
// 1:0 mappings
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user