summaryrefslogtreecommitdiff
path: root/test/egl_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/egl_gl.c')
-rw-r--r--test/egl_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/egl_gl.c b/test/egl_gl.c
index c3fb3c2..1acc19e 100644
--- a/test/egl_gl.c
+++ b/test/egl_gl.c
@@ -53,7 +53,7 @@ make_egl_current_and_test(EGLDisplay *dpy, EGLContext ctx)
eglMakeCurrent(dpy, NULL, NULL, ctx);
if (!epoxy_is_desktop_gl()) {
- fprintf(stderr, "Claimed to be desktop\n");
+ fputs("Claimed to be desktop\n", stderr);
pass = false;
}