diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/arb_compute_shader/cs-ids-common.c | 6 | ||||
-rw-r--r-- | tests/spec/arb_compute_shader/render-and-compute.c | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/spec/arb_compute_shader/cs-ids-common.c b/tests/spec/arb_compute_shader/cs-ids-common.c index e5987d3e2..fc25986fa 100644 --- a/tests/spec/arb_compute_shader/cs-ids-common.c +++ b/tests/spec/arb_compute_shader/cs-ids-common.c @@ -21,12 +21,6 @@ * DEALINGS IN THE SOFTWARE. */ -/** \file - * - * Test cases in which the ARB_compute_shader API is expected to - * generate an error. - */ - #include "piglit-util-gl.h" #include "piglit-shader.h" #include "common.h" diff --git a/tests/spec/arb_compute_shader/render-and-compute.c b/tests/spec/arb_compute_shader/render-and-compute.c index d2ad41d27..44c40d7f1 100644 --- a/tests/spec/arb_compute_shader/render-and-compute.c +++ b/tests/spec/arb_compute_shader/render-and-compute.c @@ -21,12 +21,6 @@ * DEALINGS IN THE SOFTWARE. */ -/** \file - * - * Test cases in which the ARB_compute_shader API is expected to - * generate an error. - */ - #include "cs-ids-common.h" static struct piglit_gl_test_config *piglit_config; |