mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:22:18 +00:00
[KERNEL32_APITEST]
- Fix a broken test name. APITests can not have names already used by Wine tests! ... they should be named after APIs, anyway... svn path=/trunk/; revision=74478
This commit is contained in:
parent
720092b8e7
commit
5d5f53ae61
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ extern void func_WideCharToMultiByte(void);
|
|||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "Console", func_Console },
|
||||
{ "ConsoleCP", func_Console },
|
||||
{ "DefaultActCtx", func_DefaultActCtx },
|
||||
{ "DeviceIoControl", func_DeviceIoControl },
|
||||
{ "dosdev", func_dosdev },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue