diff options
Diffstat (limited to 'tests/general/pbo-teximage-tiling.c')
-rw-r--r-- | tests/general/pbo-teximage-tiling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/pbo-teximage-tiling.c b/tests/general/pbo-teximage-tiling.c index b43f47e70..f746f9423 100644 --- a/tests/general/pbo-teximage-tiling.c +++ b/tests/general/pbo-teximage-tiling.c @@ -96,7 +96,7 @@ piglit_display(void) pass &= piglit_probe_pixel_rgb(12, 18, blue); pass &= piglit_probe_pixel_rgb(18, 18, white); - glutSwapBuffers(); + piglit_present_results(); return pass ? PIGLIT_PASS : PIGLIT_FAIL; } |