diff options
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.c | 3 |
1 files changed, 1 insertions, 2 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 f370112c2..b1766cfd1 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,8 +54,7 @@ int main(int argc, char **argv) piglit_report_result(PIGLIT_FAIL); } - /* FINISHME: Use PIGLIT_DISPATCH_ES1 when implemented. */ - piglit_dispatch_default_init(PIGLIT_DISPATCH_GL); + piglit_dispatch_default_init(PIGLIT_DISPATCH_ES1); version_string = (char *) glGetString(GL_VERSION); |