mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[NTDLL_WINETEST]
- Re-enable generated.c tests. svn path=/trunk/; revision=47737
This commit is contained in:
parent
eb3a7eb1a4
commit
6802044fdd
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
<file>error.c</file>
|
||||
<file>exception.c</file>
|
||||
<file>file.c</file>
|
||||
<file>generated.c</file>
|
||||
<file>info.c</file>
|
||||
<file>large_int.c</file>
|
||||
<file>om.c</file>
|
||||
|
|
|
@ -35,7 +35,7 @@ const struct test winetest_testlist[] =
|
|||
{ "error", func_error },
|
||||
{ "exception", func_exception },
|
||||
{ "file", func_file },
|
||||
//{ "generated", func_generated },
|
||||
{ "generated", func_generated },
|
||||
{ "info", func_info },
|
||||
{ "large_int", func_large_int },
|
||||
{ "om", func_om },
|
||||
|
|
Loading…
Reference in a new issue