mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context

Fixes 'make check' breakage since 733dba2.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Ian Romanick 2012-10-08 17:50:38 -07:00
parent 7cb8764ca3
commit b25fbceb86
1 changed files with 1 additions and 2 deletions

View File

@ -130,8 +130,7 @@ TEST_F(DispatchSanity_test, GLES2)
API_OPENGLES2, //api,
&visual,
NULL, //&share_list,
&driver_functions,
(void *) NULL);
&driver_functions);
_swrast_CreateContext(&ctx);
_vbo_CreateContext(&ctx);