fixed unit tests (one TCP test failed, removed comma at the end of array initializers)

This commit is contained in:
Simon Goldschmidt
2011-09-26 22:09:27 +02:00
parent 6c56151d27
commit bcfe3dacc6
4 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ int main()
tcp_suite,
tcp_oos_suite,
mem_suite,
etharp_suite,
etharp_suite
};
size_t num = sizeof(suites)/sizeof(void*);
LWIP_ASSERT("No suites defined", num > 0);