summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-novertexdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-novertexdata.c')
-rw-r--r--tests/shaders/glsl-novertexdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/glsl-novertexdata.c b/tests/shaders/glsl-novertexdata.c
index 96570fa37..b73476446 100644
--- a/tests/shaders/glsl-novertexdata.c
+++ b/tests/shaders/glsl-novertexdata.c
@@ -91,7 +91,7 @@ piglit_display(void)
result = piglit_probe_pixel_rgba(piglit_width /2, piglit_height / 2,
expColor)
- ? PIGLIT_SUCCESS : PIGLIT_FAILURE;
+ ? PIGLIT_PASS : PIGLIT_FAIL;
glutSwapBuffers();