diff options
Diffstat (limited to 'tests/texturing/texture-packed-formats.c')
-rw-r--r-- | tests/texturing/texture-packed-formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/texture-packed-formats.c b/tests/texturing/texture-packed-formats.c index 9fd597d65..91e0a2fad 100644 --- a/tests/texturing/texture-packed-formats.c +++ b/tests/texturing/texture-packed-formats.c @@ -371,7 +371,7 @@ Test(GLuint intFmt, GLuint dims) glPopMatrix(); } - glutSwapBuffers(); + piglit_present_results(); return pass; } |