diff options
Diffstat (limited to 'tests/threads/basic.c')
-rw-r--r-- | tests/threads/basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/threads/basic.c b/tests/threads/basic.c index af6049090..9ce740cf9 100644 --- a/tests/threads/basic.c +++ b/tests/threads/basic.c @@ -19,7 +19,7 @@ void test_threads_basic__cleanup(void) void test_threads_basic__cache(void) { - // run several threads polling the cache at the same time + /* run several threads polling the cache at the same time */ cl_assert(1 == 1); } |