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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/shaders/glsl-bug-22603.c b/tests/shaders/glsl-bug-22603.c
index 74aeb7be5..8f995aa64 100644
--- a/tests/shaders/glsl-bug-22603.c
+++ b/tests/shaders/glsl-bug-22603.c
@@ -200,7 +200,8 @@ piglit_init(int argc, char **argv)
"}";
piglit_require_extension("GL_EXT_framebuffer_object");
- piglit_require_GLSL();
+ piglit_require_vertex_shader();
+ piglit_require_fragment_shader();
vs = piglit_compile_shader_text(GL_VERTEX_SHADER, vs_source);
fs = piglit_compile_shader_text(GL_FRAGMENT_SHADER, fs_source);