diff options
Diffstat (limited to 'tests/general/line-aa-width.c')
-rw-r--r-- | tests/general/line-aa-width.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/line-aa-width.c b/tests/general/line-aa-width.c index c846455b6..038f8865b 100644 --- a/tests/general/line-aa-width.c +++ b/tests/general/line-aa-width.c @@ -198,7 +198,7 @@ piglit_display(void) glutSwapBuffers(); - return pass ? PIGLIT_SUCCESS : PIGLIT_FAILURE; + return pass ? PIGLIT_PASS : PIGLIT_FAIL; } void |