From 6b73a9a2887fb45fc43b75c918daf0b50d2a44b9 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 13 Jun 2014 15:32:50 +0200 Subject: tests: Don't use stderr for informational messages These should go to stdout instead. The next patch will clean this up with cocci, so no change from fprintf(stdout, to printf( here. Signed-off-by: Daniel Vetter --- lib/igt.cocci | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/igt.cocci') diff --git a/lib/igt.cocci b/lib/igt.cocci index 78ef9a5c..a5f7c2db 100644 --- a/lib/igt.cocci +++ b/lib/igt.cocci @@ -1,3 +1,4 @@ +// Replace open-coded augmented igt_assert/skip/require with macro versions @@ expression Ec; expression list[n] Ep; -- cgit v1.2.3