diff options
Diffstat (limited to 'libdimension/tests/pool.c')
-rw-r--r-- | libdimension/tests/pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/tests/pool.c b/libdimension/tests/pool.c index d12850d..83f25f7 100644 --- a/libdimension/tests/pool.c +++ b/libdimension/tests/pool.c @@ -46,7 +46,7 @@ DMNSN_TEST(pool, simple) *p = i; } - /* Leak checking will tell us if something bad happened */ + // Leak checking will tell us if something bad happened } static int counter = 0; |