summaryrefslogtreecommitdiff
path: root/lib/igt.cocci
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-06-13 15:32:50 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-06-13 18:09:05 +0200
commit6b73a9a2887fb45fc43b75c918daf0b50d2a44b9 (patch)
tree7918925f265c047e8ab9acc5a22080017fe62bcf /lib/igt.cocci
parent652e5441504ddded9d6b138cd6df3447ed9b2e74 (diff)
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 <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt.cocci')
-rw-r--r--lib/igt.cocci1
1 files changed, 1 insertions, 0 deletions
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;