summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-link-empty-prog-01.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-link-empty-prog-01.c')
-rw-r--r--tests/shaders/glsl-link-empty-prog-01.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shaders/glsl-link-empty-prog-01.c b/tests/shaders/glsl-link-empty-prog-01.c
index 465e0fdc4..96774ba33 100644
--- a/tests/shaders/glsl-link-empty-prog-01.c
+++ b/tests/shaders/glsl-link-empty-prog-01.c
@@ -25,6 +25,8 @@
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_RGB | PIGLIT_GL_VISUAL_DOUBLE;