summaryrefslogtreecommitdiff
path: root/tests/texturing/rg-teximage-02.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/rg-teximage-02.c')
-rw-r--r--tests/texturing/rg-teximage-02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/rg-teximage-02.c b/tests/texturing/rg-teximage-02.c
index 5958cfbd5..86a93cb77 100644
--- a/tests/texturing/rg-teximage-02.c
+++ b/tests/texturing/rg-teximage-02.c
@@ -99,5 +99,5 @@ piglit_init(int argc, char **argv)
}
if (piglit_automatic)
- piglit_report_result(pass ? PIGLIT_SUCCESS : PIGLIT_FAILURE);
+ piglit_report_result(pass ? PIGLIT_PASS : PIGLIT_FAIL);
}