summaryrefslogtreecommitdiff
path: root/tests/spec/arb_vertex_program/getlocal4d-with-error.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-05-13 19:04:01 -0600
committerBrian Paul <brianp@vmware.com>2014-05-14 12:35:15 -0600
commit08b0a4ec516e2196ff8df1df15059ab4584037cf (patch)
treefb7cdd1ed8ee39ed7449e6a2d3ebdd4a1f200359 /tests/spec/arb_vertex_program/getlocal4d-with-error.c
parent0f537614a7d10159d5edded66996ac0f5ae8d4c2 (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.c3
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