From 709dffcd128fd3e01694545ef832297d0ae5ef7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 6 Mar 2010 12:47:01 +0000 Subject: [PATCH] progs/gallium/unit: Use the shortened name to reconstruct the function being tested. --- progs/gallium/unit/u_format_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/gallium/unit/u_format_test.c b/progs/gallium/unit/u_format_test.c index f48fe4a13fa..bdbe443554e 100644 --- a/progs/gallium/unit/u_format_test.c +++ b/progs/gallium/unit/u_format_test.c @@ -714,7 +714,7 @@ test_one(test_func_t func, const char *suffix) if (test_cases[i].format != last_format) { const struct util_format_description *format_desc; format_desc = util_format_description(test_cases[i].format); - printf("Testing %s.%s ...\n", format_desc->name, suffix); + printf("Testing util_format_%s_%s ...\n", format_desc->short_name, suffix); last_format = test_cases[i].format; } -- 2.30.2