driconf: Eliminate the DRI_CONF_OPT_BEGIN_B macro.
Since the nested-sections rework, this use in the testcase was the only remaining one. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6916>
This commit is contained in:
@@ -122,8 +122,7 @@ TEST_F(xmlconfig_test, check_option)
|
||||
TEST_F(xmlconfig_test, copy_cache)
|
||||
{
|
||||
driconf(DRI_CONF_TEST_OPT(
|
||||
DRI_CONF_OPT_BEGIN_B(mesa_b_option, "true")
|
||||
DRI_CONF_OPT_END
|
||||
DRI_CONF_OPT_B(mesa_b_option, "true", "description")
|
||||
DRI_CONF_OPT_BEGIN(mesa_s_option, string, value)
|
||||
DRI_CONF_DESC("option")
|
||||
DRI_CONF_OPT_END));
|
||||
|
||||
Reference in New Issue
Block a user