mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
ur: removes trailing whitespace in tests
This commit is contained in:
parent
5b9c48c3fd
commit
aee89f6a64
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user