diff options
Diffstat (limited to 'tests/bugs/tri-tex-crash.c')
-rw-r--r-- | tests/bugs/tri-tex-crash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/tri-tex-crash.c b/tests/bugs/tri-tex-crash.c index d706453f3..054f58c72 100644 --- a/tests/bugs/tri-tex-crash.c +++ b/tests/bugs/tri-tex-crash.c @@ -32,6 +32,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN + config.supports_gl_compat_version = 10; + config.window_width = 400; config.window_height = 400; config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE; |