summaryrefslogtreecommitdiff
path: root/tests/bugs/tex1d-2dborder.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/tex1d-2dborder.c')
-rw-r--r--tests/bugs/tex1d-2dborder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/tex1d-2dborder.c b/tests/bugs/tex1d-2dborder.c
index c93e2fe8c..4d04a9e52 100644
--- a/tests/bugs/tex1d-2dborder.c
+++ b/tests/bugs/tex1d-2dborder.c
@@ -98,7 +98,7 @@ piglit_display(void)
pass &= test(GL_MIRROR_CLAMP_TO_BORDER_EXT, 3, 1);
}
- glutSwapBuffers();
+ piglit_present_results();
return pass ? PIGLIT_PASS : PIGLIT_FAIL;
}