diff options
Diffstat (limited to 'tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c')
-rw-r--r-- | tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c b/tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c index 4759702dc..a4b5fdeff 100644 --- a/tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c +++ b/tests/egl/spec/egl_khr_create_context/valid-attribute-null-gles.c @@ -51,8 +51,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); |