mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
progs/gallium/unit: Use the shortened name to reconstruct the function being tested.
This commit is contained in:
parent
4afae877e6
commit
709dffcd12
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue