diff options
Diffstat (limited to 'test/lib/test_crc8.c')
-rw-r--r-- | test/lib/test_crc8.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/test_crc8.c b/test/lib/test_crc8.c index 0dac97bc5bf..52be2dc06c4 100644 --- a/test/lib/test_crc8.c +++ b/test/lib/test_crc8.c @@ -25,5 +25,4 @@ static int lib_crc8(struct unit_test_state *uts) { return 0; } - LIB_TEST(lib_crc8, 0); |