user32/tests: Test auto-registration for more redirected builtin classes.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
dadea2d11d
commit
f31cb68fc3
|
@ -1237,6 +1237,9 @@ static void test_comctl32_classes(void)
|
|||
"!Button",
|
||||
"!Edit",
|
||||
"!Static",
|
||||
"!Listbox",
|
||||
"!ComboBox",
|
||||
"!ComboLBox",
|
||||
};
|
||||
|
||||
winetest_get_mainargs( &argv );
|
||||
|
|
Loading…
Reference in New Issue