summaryrefslogtreecommitdiff
path: root/tests/egl/spec/egl_khr_create_context/valid-attribute-empty-gles.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/egl/spec/egl_khr_create_context/valid-attribute-empty-gles.c')
-rw-r--r--tests/egl/spec/egl_khr_create_context/valid-attribute-empty-gles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/egl/spec/egl_khr_create_context/valid-attribute-empty-gles.c b/tests/egl/spec/egl_khr_create_context/valid-attribute-empty-gles.c
index 73892b9dc..5d631e6f0 100644
--- a/tests/egl/spec/egl_khr_create_context/valid-attribute-empty-gles.c
+++ b/tests/egl/spec/egl_khr_create_context/valid-attribute-empty-gles.c
@@ -54,7 +54,7 @@ int main(int argc, char **argv)
piglit_report_result(PIGLIT_FAIL);
}
- piglit_dispatch_default_init();
+ piglit_dispatch_default_init(PIGLIT_DISPATCH_GL);
version_string = (char *) glGetString(GL_VERSION);