[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:
Thomas Faber 2017-05-04 16:45:42 +00:00
parent 720092b8e7
commit 5d5f53ae61

View file

@ -29,7 +29,7 @@ extern void func_WideCharToMultiByte(void);
const struct test winetest_testlist[] = const struct test winetest_testlist[] =
{ {
{ "Console", func_Console }, { "ConsoleCP", func_Console },
{ "DefaultActCtx", func_DefaultActCtx }, { "DefaultActCtx", func_DefaultActCtx },
{ "DeviceIoControl", func_DeviceIoControl }, { "DeviceIoControl", func_DeviceIoControl },
{ "dosdev", func_dosdev }, { "dosdev", func_dosdev },