summaryrefslogtreecommitdiff
path: root/tests/lib/region_file-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/region_file-test.c')
-rw-r--r--tests/lib/region_file-test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lib/region_file-test.c b/tests/lib/region_file-test.c
index aeeaa4efcb..98c4eb650b 100644
--- a/tests/lib/region_file-test.c
+++ b/tests/lib/region_file-test.c
@@ -325,7 +325,6 @@ int main(void)
setup_teardown_region_file_test),
};
- return cmocka_run_group_tests(tests,
- setup_region_file_test_group,
- teardown_region_file_test_group);
+ return cb_run_group_tests(tests, setup_region_file_test_group,
+ teardown_region_file_test_group);
}