summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-nodepth-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo/fbo-nodepth-test.c')
-rw-r--r--tests/fbo/fbo-nodepth-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fbo/fbo-nodepth-test.c b/tests/fbo/fbo-nodepth-test.c
index a401ea53e..171874613 100644
--- a/tests/fbo/fbo-nodepth-test.c
+++ b/tests/fbo/fbo-nodepth-test.c
@@ -87,7 +87,7 @@ piglit_display(void)
0, 0, 1, 1);
glDisable(GL_TEXTURE_2D);
- glutSwapBuffers();
+ piglit_present_results();
return pass ? PIGLIT_PASS : PIGLIT_FAIL;
}