diff options
author | Brian Paul <brianp@vmware.com> | 2014-05-13 19:04:01 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2014-05-14 12:35:15 -0600 |
commit | 08b0a4ec516e2196ff8df1df15059ab4584037cf (patch) | |
tree | fb7cdd1ed8ee39ed7449e6a2d3ebdd4a1f200359 /tests/spec/arb_vertex_program/getlocal4d-with-error.c | |
parent | 0f537614a7d10159d5edded66996ac0f5ae8d4c2 (diff) |
arb_vertex_program: use default window size
Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'tests/spec/arb_vertex_program/getlocal4d-with-error.c')
-rw-r--r-- | tests/spec/arb_vertex_program/getlocal4d-with-error.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/spec/arb_vertex_program/getlocal4d-with-error.c b/tests/spec/arb_vertex_program/getlocal4d-with-error.c index 2e03fa0cf..b990eaae8 100644 --- a/tests/spec/arb_vertex_program/getlocal4d-with-error.c +++ b/tests/spec/arb_vertex_program/getlocal4d-with-error.c @@ -33,9 +33,6 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10; - - config.window_width = 64; - config.window_height = 64; config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE; PIGLIT_GL_TEST_CONFIG_END |