systemcmds: microbench: %s doesn't except nullptr use "null" instead

This commit is contained in:
Peter van der Perk
2024-03-31 21:17:16 +02:00
committed by Daniel Agar
parent 54f044c04a
commit 05badb5d76
@@ -69,7 +69,7 @@ const struct {
{"microbench_matrix", test_microbench_matrix, 0},
{"microbench_uorb", test_microbench_uorb, 0},
{nullptr, nullptr, 0}
{"null", nullptr, 0}
};
#define NMICROBENCHMARKS (sizeof(microbenchmarks) / sizeof(microbenchmarks[0]))