diff options
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index b5d712894f9..a8839a5a414 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -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); |