diff options
Diffstat (limited to 'test/testheap.c')
-rw-r--r-- | test/testheap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testheap.c b/test/testheap.c index 775902dd3..b6468b6be 100644 --- a/test/testheap.c +++ b/test/testheap.c @@ -41,7 +41,6 @@ static void heap1_execute(void) { size_t n, sz;
/* Test skipped if the heap is already fragmented. */
-
if ((n = chHeapStatus(&sz)) == 1) {
test_print("--- Size : ");
test_printn(sz);
|