summaryrefslogtreecommitdiff
path: root/common/test_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/test_util.c')
-rw-r--r--common/test_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/test_util.c b/common/test_util.c
index 2d2d3ba462..da0daa49c7 100644
--- a/common/test_util.c
+++ b/common/test_util.c
@@ -30,13 +30,13 @@ int __test_error_count;
/* Weak reference function as an entry point for unit test */
test_mockable void run_test(void) { }
-/* Default dummy test init */
+/* Default placeholder test init */
test_mockable void test_init(void) { }
-/* Default dummy before test */
+/* Default placeholder before test */
test_mockable void before_test(void) { }
-/* Default dummy after test */
+/* Default placeholder after test */
test_mockable void after_test(void) { }
#ifdef TEST_COVERAGE