From 9f679d4cacde106a14ac68350c7173d31c1a3e5d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 4 Nov 2021 22:44:20 +0100 Subject: core: replace 'dummy' with 'placeholder' --- plugins/tests/test-keyfiles.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/tests/test-keyfiles.c') diff --git a/plugins/tests/test-keyfiles.c b/plugins/tests/test-keyfiles.c index d528cac9..f92df9c3 100644 --- a/plugins/tests/test-keyfiles.c +++ b/plugins/tests/test-keyfiles.c @@ -44,10 +44,10 @@ common_test (const gchar *keyfile_path) g_key_file_unref (keyfile); } -/* Dummy test to avoid compiler warning about common_test() being unused +/* Placeholder test to avoid compiler warning about common_test() being unused * when none of the plugins enabled in build have custom key files. */ static void -test_dummy (void) +test_placeholder (void) { common_test (NULL); } @@ -69,7 +69,7 @@ int main (int argc, char **argv) setlocale (LC_ALL, ""); g_test_init (&argc, &argv, NULL); - g_test_add_func ("/MM/test-keyfiles/dummy", test_dummy); + g_test_add_func ("/MM/test-keyfiles/placeholder", test_placeholder); #if defined ENABLE_PLUGIN_FOXCONN g_test_add_func ("/MM/test-keyfiles/foxconn/t77w968", test_foxconn_t77w968); -- cgit v1.2.3-70-g09d2