summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-11-16 11:15:54 -0700
committerBrian Paul <brianp@vmware.com>2012-11-16 11:15:57 -0700
commit672a0c96752787e31c468c5b5e645b826f6af390 (patch)
treee59efb09b2968c9404260df2a493f16ac8033e68
parent7a0f6cde3456400fd2f025e070764dc6e2f8760a (diff)
teximage-errors: remove config.window_width/height lines
So the test isn't skipped (with "warn" result) on Windows.
-rw-r--r--tests/texturing/teximage-errors.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/texturing/teximage-errors.c b/tests/texturing/teximage-errors.c
index c3411a69..221007f6 100644
--- a/tests/texturing/teximage-errors.c
+++ b/tests/texturing/teximage-errors.c
@@ -32,9 +32,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_TEST_CONFIG_END