diff options
Diffstat (limited to 'src/gallium/tests')
-rw-r--r-- | src/gallium/tests/unit/u_format_compatible_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/unit/u_format_compatible_test.c b/src/gallium/tests/unit/u_format_compatible_test.c index c655c35f20a..de97bc270ae 100644 --- a/src/gallium/tests/unit/u_format_compatible_test.c +++ b/src/gallium/tests/unit/u_format_compatible_test.c @@ -57,7 +57,7 @@ test_all(void) } if (util_is_format_compatible(src_format_desc, dst_format_desc)) { - debug_printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name); + printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name); } } } |