summaryrefslogtreecommitdiff
path: root/tests/spec/gl-3.0/texture-integer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/gl-3.0/texture-integer.c')
-rw-r--r--tests/spec/gl-3.0/texture-integer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/spec/gl-3.0/texture-integer.c b/tests/spec/gl-3.0/texture-integer.c
index 4051e4e3a..587fd00b0 100644
--- a/tests/spec/gl-3.0/texture-integer.c
+++ b/tests/spec/gl-3.0/texture-integer.c
@@ -380,7 +380,6 @@ piglit_init(int argc, char **argv)
static GLuint tex;
piglit_require_gl_version(30);
- piglit_require_GLSL_version(130);
program = piglit_build_simple_program(NULL, FragShaderText);
glUseProgram(program);