summaryrefslogtreecommitdiff
path: root/tests/spec/gl-2.0/glsl-link-empty-prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/gl-2.0/glsl-link-empty-prog.c')
-rw-r--r--tests/spec/gl-2.0/glsl-link-empty-prog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/spec/gl-2.0/glsl-link-empty-prog.c b/tests/spec/gl-2.0/glsl-link-empty-prog.c
index 3bcfcbcd6..6e57a4345 100644
--- a/tests/spec/gl-2.0/glsl-link-empty-prog.c
+++ b/tests/spec/gl-2.0/glsl-link-empty-prog.c
@@ -61,6 +61,8 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
+ config.khr_no_error_support = PIGLIT_NO_ERRORS;
+
PIGLIT_GL_TEST_CONFIG_END
static GLuint prog = 0;