summaryrefslogtreecommitdiff
path: root/tests/general/blendminmax.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general/blendminmax.c')
-rw-r--r--tests/general/blendminmax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/blendminmax.c b/tests/general/blendminmax.c
index 172c5b0a2..ece172190 100644
--- a/tests/general/blendminmax.c
+++ b/tests/general/blendminmax.c
@@ -130,7 +130,7 @@ piglit_init(int argc, char **argv)
piglit_report_result(PIGLIT_SKIP);
}
- if (!GLEW_VERSION_1_4) {
+ if (piglit_get_gl_version() < 14) {
printf("Requires OpenGL 1.4\n");
piglit_report_result(PIGLIT_SKIP);
}