[COMCTL32_APITEST] -Call this test the buttonv6 test.

svn path=/trunk/; revision=73917
This commit is contained in:
Giannis Adamopoulos 2017-02-26 00:02:34 +00:00
parent c6bb3308f1
commit 3830a078fb

View file

@ -5,6 +5,6 @@ extern void func_button(void);
const struct test winetest_testlist[] =
{
{ "button", func_button },
{ "buttonv6", func_button },
{ 0, 0 }
};