aboutsummaryrefslogtreecommitdiffstats
path: root/test/testheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testheap.c')
-rw-r--r--test/testheap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testheap.c b/test/testheap.c
index 2f4998be6..eb81f77ed 100644
--- a/test/testheap.c
+++ b/test/testheap.c
@@ -78,6 +78,9 @@ static void heap1_execute(void) {
void *p1, *p2, *p3;
size_t n, sz;
+ /* Unrelated, for coverage only.*/
+ (void)chCoreStatus();
+
/*
* Test on the default heap in order to cover the core allocator at
* least one time.