diff options
author | Eric Anholt <eric@anholt.net> | 2009-07-02 17:28:42 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-07-02 17:28:42 -0700 |
commit | c3da635874bbc8251605aa841c6567ce1427194f (patch) | |
tree | 8d823101a22ead3fa6157e73e08b0fd4c8a361e6 /tests/glean/toccluqry.h | |
parent | aa7c71facfe968af8f82c5a07b02cad039a3134e (diff) |
Update glean tests to e6c46b3344c5e3d709cf95609f142ee297479480
Diffstat (limited to 'tests/glean/toccluqry.h')
-rw-r--r-- | tests/glean/toccluqry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/glean/toccluqry.h b/tests/glean/toccluqry.h index c4f74e3f4..2dc382d70 100644 --- a/tests/glean/toccluqry.h +++ b/tests/glean/toccluqry.h @@ -64,6 +64,7 @@ class OccluQryTest: public MultiTest { void gen_box(GLfloat left, GLfloat right, GLfloat top, GLfloat btm); GLuint find_unused_id(); bool chk_ext(); + void setup(); void reportPassFail(MultiTestResult &r, bool pass, const char *msg) const; }; |