diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 18:22:07 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 18:22:07 +0000 |
commit | ef23cd28c1dcc851e44dc632f36476d6310f0870 (patch) | |
tree | 461099e3d91b1d5e3fd6a8921d71c9a106376eac /Source/charon/tests/thread_pool_test.c | |
parent | 5ea755119547a93daed2b2a5447d470c0339a367 (diff) | |
download | strongswan-ef23cd28c1dcc851e44dc632f36476d6310f0870.tar.bz2 strongswan-ef23cd28c1dcc851e44dc632f36476d6310f0870.tar.xz |
- Tests more documented
Diffstat (limited to 'Source/charon/tests/thread_pool_test.c')
-rw-r--r-- | Source/charon/tests/thread_pool_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/tests/thread_pool_test.c b/Source/charon/tests/thread_pool_test.c index efa000ca7..bc481af9b 100644 --- a/Source/charon/tests/thread_pool_test.c +++ b/Source/charon/tests/thread_pool_test.c @@ -24,8 +24,8 @@ #include "../tester.h" #include "../thread_pool.h" -/** - * @brief Test function to test the thread pool class +/* + * Description in header file */ void test_thread_pool(tester_t *tester) { |