[USER32_APITEST]

- Prevent duplicate test name

svn path=/trunk/; revision=56824
This commit is contained in:
Thomas Faber 2012-07-04 18:01:13 +00:00
parent 755d14eac4
commit feae1a7ab7

View file

@ -39,7 +39,7 @@ const struct test winetest_testlist[] =
{ "SystemParametersInfo", func_SystemParametersInfo },
{ "TrackMouseEvent", func_TrackMouseEvent },
{ "WndProc", func_WndProc },
{ "wsprintf", func_wsprintf },
{ "wsprintfApi", func_wsprintf },
{ 0, 0 }
};