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 0fc6306c70..704fa1d018 100644
--- a/common/test_util.c
+++ b/common/test_util.c
@@ -31,13 +31,13 @@ int __test_error_count;
/* Weak reference function as an entry point for unit test */
test_mockable void run_test(int argc, char **argv) { }
-/* Default dummy test init */
+/* Default mock test init */
test_mockable void test_init(void) { }
-/* Default dummy before test */
+/* Default mock before test */
test_mockable void before_test(void) { }
-/* Default dummy after test */
+/* Default mock after test */
test_mockable void after_test(void) { }
#ifdef TEST_COVERAGE