st/clover: use VISIBILITY_CXXFLAGS where approapriate
[mesa.git] / src / gallium / tests / unit / u_format_compatible_test.c
index c655c35f20a7d117bd91e8db0311758da8736050..de97bc270aee10dea721aacf96399a42661c6a94 100644 (file)
@@ -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);
         }
       }
    }