ur: removes trailing whitespace in tests

This commit is contained in:
Joe Bryan 2020-08-27 15:13:54 -07:00
parent 5b9c48c3fd
commit aee89f6a64

View File

@ -1522,7 +1522,7 @@ _test_jam_cue(void)
uint8_t res[1] = { 0xc };
TEST_CASE("1", 1);
}
{
uint8_t res[1] = { 0x48 };
TEST_CASE("2", 2);
@ -1554,7 +1554,7 @@ _test_jam_cue(void)
}
{
uint8_t res[11] = { 0x1, 0xdf, 0x2c, 0x6c, 0x8e, 0xe, 0x7c, 0xb3, 0x3a, 0x36, 0x36 };
uint8_t res[11] = { 0x1, 0xdf, 0x2c, 0x6c, 0x8e, 0xe, 0x7c, 0xb3, 0x3a, 0x36, 0x36 };
TEST_CASE("[%fast %full]", NC(FAST, FULL));
}