summaryrefslogtreecommitdiff
path: root/tests/spec/arb_transform_feedback2/pause-counting.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/arb_transform_feedback2/pause-counting.c')
-rw-r--r--tests/spec/arb_transform_feedback2/pause-counting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/arb_transform_feedback2/pause-counting.c b/tests/spec/arb_transform_feedback2/pause-counting.c
index 947cc7412..99b55f2ce 100644
--- a/tests/spec/arb_transform_feedback2/pause-counting.c
+++ b/tests/spec/arb_transform_feedback2/pause-counting.c
@@ -64,8 +64,8 @@ void piglit_init(int argc, char **argv)
GLuint generated;
GLuint written;
+ piglit_require_vertex_shader();
piglit_require_transform_feedback();
- piglit_require_GLSL();
piglit_require_extension("GL_ARB_transform_feedback2");
/* This is all just the boot-strap work for the test.