diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/rt/testheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/testheap.c b/test/rt/testheap.c index d257a4362..9a7c746e4 100644 --- a/test/rt/testheap.c +++ b/test/rt/testheap.c @@ -71,7 +71,7 @@ static void heap1_execute(void) { size_t n, sz;
/* Unrelated, for coverage only.*/
- (void)chCoreStatus();
+ (void)chCoreGetStatusX();
/*
* Test on the default heap in order to cover the core allocator at
|