summaryrefslogtreecommitdiff
path: root/tests/bugs/crash-cubemap-order.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/crash-cubemap-order.c')
-rw-r--r--tests/bugs/crash-cubemap-order.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs/crash-cubemap-order.c b/tests/bugs/crash-cubemap-order.c
index fa72ba431..f88d9ef97 100644
--- a/tests/bugs/crash-cubemap-order.c
+++ b/tests/bugs/crash-cubemap-order.c
@@ -10,6 +10,8 @@
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_DOUBLE | PIGLIT_GL_VISUAL_RGBA;