Skip to content

Commit

Permalink
[ROSTESTS] Fix minor sort
Browse files Browse the repository at this point in the history
  • Loading branch information
julenuri committed Jun 18, 2024
1 parent dc276fc commit 9ed7586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rostests/apitests/kernel32/testlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ extern void func_WideCharToMultiByte(void);

const struct test winetest_testlist[] =
{
{ "ActCtxWithXmlNamespaces", func_ActCtxWithXmlNamespaces },
{ "ConsoleCP", func_ConsoleCP },
{ "CreateProcess", func_CreateProcess },
{ "DefaultActCtx", func_DefaultActCtx },
Expand Down Expand Up @@ -79,6 +80,5 @@ const struct test winetest_testlist[] =
{ "TunnelCache", func_TunnelCache },
{ "UEFIFirmware", func_UEFIFirmware },
{ "WideCharToMultiByte", func_WideCharToMultiByte },
{ "ActCtxWithXmlNamespaces", func_ActCtxWithXmlNamespaces },
{ 0, 0 }
};

0 comments on commit 9ed7586

Please sign in to comment.