diff options
Diffstat (limited to 'tests/texturing/array-texture.c')
-rw-r--r-- | tests/texturing/array-texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/array-texture.c b/tests/texturing/array-texture.c index e175e396c..b5d216a47 100644 --- a/tests/texturing/array-texture.c +++ b/tests/texturing/array-texture.c @@ -320,7 +320,7 @@ piglit_display(void) check_error(__LINE__); } - glutSwapBuffers(); + piglit_present_results(); return pass ? PIGLIT_PASS : PIGLIT_FAIL; } |