mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 01:25:55 +03:00
u3: ports (formerly) failing jam test case from ur_tests
This commit is contained in:
parent
c469ccb043
commit
33b6a8b924
@ -493,6 +493,12 @@ _test_jam_roundtrip(void)
|
|||||||
TEST_CASE("wide", u3i_bytes(sizeof(inp_y), inp_y));
|
TEST_CASE("wide", u3i_bytes(sizeof(inp_y), inp_y));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
c3_y inp_y[16] = { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xa8, 0xab, 0x60, 0xef, 0x2d, 0xd, 0x0, 0x0, 0x80 };
|
||||||
|
c3_y res_y[19] = { 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x18, 0x50, 0x57, 0xc1, 0xde, 0x5b, 0x1a, 0x0, 0x0, 0x0, 0x1 };
|
||||||
|
TEST_CASE("date", u3i_bytes(sizeof(inp_y), inp_y));
|
||||||
|
}
|
||||||
|
|
||||||
return ret_i;
|
return ret_i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user