diff --git a/rostests/apitests/comctl32/testlist.c b/rostests/apitests/comctl32/testlist.c index ba97026e57b..0ccf4877e33 100644 --- a/rostests/apitests/comctl32/testlist.c +++ b/rostests/apitests/comctl32/testlist.c @@ -5,6 +5,6 @@ extern void func_button(void); const struct test winetest_testlist[] = { - { "button", func_button }, + { "buttonv6", func_button }, { 0, 0 } };