summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-bug-22603.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-bug-22603.c')
-rw-r--r--tests/shaders/glsl-bug-22603.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/glsl-bug-22603.c b/tests/shaders/glsl-bug-22603.c
index fd98794e1..8f184013f 100644
--- a/tests/shaders/glsl-bug-22603.c
+++ b/tests/shaders/glsl-bug-22603.c
@@ -158,7 +158,7 @@ piglit_display(void)
glutSwapBuffers();
- return pass ? PIGLIT_SUCCESS : PIGLIT_FAILURE;
+ return pass ? PIGLIT_PASS : PIGLIT_FAIL;
}
void