diff options
Diffstat (limited to 'tests/texturing/mipmap-setup.c')
-rw-r--r-- | tests/texturing/mipmap-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/mipmap-setup.c b/tests/texturing/mipmap-setup.c index ae8e719e5..18712d656 100644 --- a/tests/texturing/mipmap-setup.c +++ b/tests/texturing/mipmap-setup.c @@ -155,7 +155,7 @@ test(enum order ord, const char *order) pass &= p; - glutSwapBuffers(); + piglit_present_results(); } return pass; |