[USER32_WINETEST]

- Re-enable generated.c tests.
This commit (the previous one too) is a result of the header work reintegration.

svn path=/trunk/; revision=47738
This commit is contained in:
Amine Khaldi 2010-06-10 16:06:10 +00:00
parent 6802044fdd
commit ef171ff013
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ const struct test winetest_testlist[] =
{ "dde", func_dde },
{ "dialog", func_dialog },
{ "edit", func_edit },
// { "generated", func_generated },
{ "generated", func_generated },
{ "input", func_input },
{ "listbox", func_listbox },
{ "menu", func_menu },

View file

@ -17,7 +17,7 @@
<file>dde.c</file>
<file>dialog.c</file>
<file>edit.c</file>
<!-- <file>generated.c</file> -->
<file>generated.c</file>
<file>input.c</file>
<file>listbox.c</file>
<file>menu.c</file>