diff options
author | Eric Anholt <eric@anholt.net> | 2009-09-29 14:43:41 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-09-29 17:26:48 -0700 |
commit | 4cfbe82bc3278321a90d30cc768f09525bd68328 (patch) | |
tree | 7880c49576216d853fd1f5124fba0b22fd32cf8b /tests/shaders/glsl-dlist-getattriblocation.c | |
parent | e144c21b764068baddc639657f965decd7102993 (diff) |
Move most piglit tests to using the framework.
This saves a giant pile of code, and should encourage cleaner testcases
from people writing tests in the future.
Diffstat (limited to 'tests/shaders/glsl-dlist-getattriblocation.c')
-rw-r--r-- | tests/shaders/glsl-dlist-getattriblocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/glsl-dlist-getattriblocation.c b/tests/shaders/glsl-dlist-getattriblocation.c index 378e10094..8a49114a3 100644 --- a/tests/shaders/glsl-dlist-getattriblocation.c +++ b/tests/shaders/glsl-dlist-getattriblocation.c @@ -45,7 +45,7 @@ static const GLchar *vertShaderText = "} \n"; -int +enum piglit_result piglit_display(void) { GLboolean pass = GL_TRUE; |