diff options
Diffstat (limited to 'tests/shaders/glsl-dlist-getattriblocation.c')
-rw-r--r-- | tests/shaders/glsl-dlist-getattriblocation.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shaders/glsl-dlist-getattriblocation.c b/tests/shaders/glsl-dlist-getattriblocation.c index 3d98c673f..e5695b0c2 100644 --- a/tests/shaders/glsl-dlist-getattriblocation.c +++ b/tests/shaders/glsl-dlist-getattriblocation.c @@ -34,6 +34,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 100; config.window_height = 100; config.window_visual = PIGLIT_GL_VISUAL_RGB; |