diff options
Diffstat (limited to 'tests/general/point-line-no-cull.c')
-rw-r--r-- | tests/general/point-line-no-cull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/point-line-no-cull.c b/tests/general/point-line-no-cull.c index b77284cb0..9c7dd3500 100644 --- a/tests/general/point-line-no-cull.c +++ b/tests/general/point-line-no-cull.c @@ -422,7 +422,7 @@ piglit_display(void) glutSwapBuffers(); - return pass ? PIGLIT_SUCCESS : PIGLIT_FAILURE; + return pass ? PIGLIT_PASS : PIGLIT_FAIL; } |