summaryrefslogtreecommitdiff
path: root/tests/general/occlusion_query.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/occlusion_query.c')
-rw-r--r--tests/general/occlusion_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/occlusion_query.c b/tests/general/occlusion_query.c
index 9ff0074a3..756e252be 100644
--- a/tests/general/occlusion_query.c
+++ b/tests/general/occlusion_query.c
@@ -144,7 +144,7 @@ piglit_display(void)
glutSwapBuffers();
- return test_pass ? PIGLIT_SUCCESS : PIGLIT_FAILURE;
+ return test_pass ? PIGLIT_PASS : PIGLIT_FAIL;
}