aboutsummaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-bindattriblocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-bindattriblocation.c')
-rw-r--r--tests/shaders/glsl-bindattriblocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/glsl-bindattriblocation.c b/tests/shaders/glsl-bindattriblocation.c
index 8e8cc3e3..62b0f13c 100644
--- a/tests/shaders/glsl-bindattriblocation.c
+++ b/tests/shaders/glsl-bindattriblocation.c
@@ -116,7 +116,7 @@ piglit_display(void)
glDisableVertexAttribArray(attrib_loc);
- glutSwapBuffers();
+ piglit_present_results();
return result;
}