summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/spec/ext_image_dma_buf_import/export-tex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/spec/ext_image_dma_buf_import/export-tex.c b/tests/spec/ext_image_dma_buf_import/export-tex.c
index ecf26e105..713d5b8fa 100644
--- a/tests/spec/ext_image_dma_buf_import/export-tex.c
+++ b/tests/spec/ext_image_dma_buf_import/export-tex.c
@@ -225,11 +225,11 @@ piglit_init(int argc, char **argv)
piglit_require_egl_extension(egl_dpy, "EGL_KHR_gl_texture_2D_image");
piglit_require_extension("GL_OES_EGL_image_external");
- fprintf(stderr, "Testing glFinish before dmabuf export\n");
+ printf("Testing glFinish before dmabuf export\n");
if (!test(egl_dpy, false))
piglit_report_result(PIGLIT_FAIL);
- fprintf(stderr, "Testing glFinish after dmabuf export\n");
+ printf("Testing glFinish after dmabuf export\n");
if (!test(egl_dpy, true))
piglit_report_result(PIGLIT_FAIL);