Skip to content

Commit 0190102

Browse files
committed
tests: Report driver bugs with a clearer name
Calling them "driver bugs" is clearer than just "bugs", especially since another category is called "failures".
1 parent 1f75ce6 commit 0190102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/private/vkd3d_test.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ int main(int argc, char **argv)
320320

321321
vkd3d_test_main(argc, argv);
322322

323-
printf("%s: %lu tests executed (%lu failures, %lu successful todo, %lu skipped, %lu todo, %lu bugs, %lu fixed bugs).\n",
323+
printf("%s: %lu tests executed (%lu failures, %lu successful todo, %lu skipped, %lu todo, %lu driver bugs, %lu fixed driver bugs).\n",
324324
vkd3d_test_name,
325325
(unsigned long)(vkd3d_test_state.success_count
326326
+ vkd3d_test_state.failure_count

0 commit comments

Comments
 (0)