summaryrefslogtreecommitdiff
path: root/tests/general/array-stride.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-11-02 11:05:59 -0600
committerBrian Paul <brianp@vmware.com>2012-11-06 16:12:38 -0700
commitab00f95e97ab5d376d8b771f49d805d193e7b881 (patch)
tree606a0dc87589d6472d35833e0d18fa0c9f1fbeb6 /tests/general/array-stride.c
parent3a76d1432e0e57ad2cc86b4807e218aaaa953f8f (diff)
general: remove config.window_width/height = 100 lines
Use the default from piglit-framework-gl.h No regressions seen with new size. Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/general/array-stride.c')
-rw-r--r--tests/general/array-stride.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/general/array-stride.c b/tests/general/array-stride.c
index 5bf80d58f..332bf16c8 100644
--- a/tests/general/array-stride.c
+++ b/tests/general/array-stride.c
@@ -33,8 +33,6 @@ 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 | PIGLIT_GL_VISUAL_DOUBLE;
PIGLIT_GL_TEST_CONFIG_END