diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-15 12:33:38 +1000 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-18 10:08:39 +1000 |
commit | 4554bb3307da91553f1c190e44cd9b6c2b4dd60b (patch) | |
tree | 9353f3d7f0685f9a71a23e27fad69412ca6a0319 /tests | |
parent | 2f155c63135bae81ca2ca24471f206f518e943b8 (diff) |
arb_compute_shader: remove misleading headers
These have clearly been copied from api-errors.c
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; |