summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2014-07-24 18:03:33 +0100
committerNeil Roberts <neil@linux.intel.com>2014-07-24 18:03:33 +0100
commit4e99f93b149f6f4f5c3e0324f6660a741422463a (patch)
tree2c315fc3054b50278ccdce4670cda9eba1f9c057
parent1f39e07d44f7d78557d69c505168afb8eab913c6 (diff)
clear-texture: Fix a warning in the test for error conditions
error.c was including the wrong header so it was missing the declaration for test_invalid_format and was generating a compile error.
-rw-r--r--tests/spec/arb_clear_texture/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/arb_clear_texture/error.c b/tests/spec/arb_clear_texture/error.c
index ba1b7a5ce..d52e54d67 100644
--- a/tests/spec/arb_clear_texture/error.c
+++ b/tests/spec/arb_clear_texture/error.c
@@ -27,7 +27,7 @@
* signal.
*/
-#include "piglit-util-gl.h"
+#include "common.h"
PIGLIT_GL_TEST_CONFIG_BEGIN