diff options
Diffstat (limited to 'tests/lib/fmap-test.c')
-rw-r--r-- | tests/lib/fmap-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/fmap-test.c b/tests/lib/fmap-test.c index 444af5a705..044c3121a9 100644 --- a/tests/lib/fmap-test.c +++ b/tests/lib/fmap-test.c @@ -302,5 +302,5 @@ int main(void) setup_fmap, teardown_fmap), }; - return cmocka_run_group_tests(tests, NULL, NULL); + return cb_run_group_tests(tests, NULL, NULL); } |