mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 01:23:48 +08:00
fixed unit tests (one TCP test failed, removed comma at the end of array initializers)
This commit is contained in:
committed by
goldsimon
parent
5715469d26
commit
513522d7c4
@@ -256,7 +256,7 @@ Suite *
|
||||
etharp_suite(void)
|
||||
{
|
||||
TFun tests[] = {
|
||||
test_etharp_table,
|
||||
test_etharp_table
|
||||
};
|
||||
return create_suite("ETHARP", tests, sizeof(tests)/sizeof(TFun), etharp_setup, etharp_teardown);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user