diff options
Diffstat (limited to 'tests/general/depthfunc.c')
-rw-r--r-- | tests/general/depthfunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/depthfunc.c b/tests/general/depthfunc.c index b707cd618..2591f7452 100644 --- a/tests/general/depthfunc.c +++ b/tests/general/depthfunc.c @@ -122,7 +122,7 @@ piglit_display(void) glutSwapBuffers(); - return pass ? PIGLIT_SUCCESS : PIGLIT_FAILURE; + return pass ? PIGLIT_PASS : PIGLIT_FAIL; } void piglit_init(int argc, char**argv) |