setupapi: Rename a test.
This commit is contained in:
parent
a2cdb3ba9a
commit
dce52c1b3b
|
@ -31,7 +31,7 @@
|
|||
#include "wine/test.h"
|
||||
|
||||
|
||||
static void test_Device_Info_List(void)
|
||||
static void test_SetupDiCreateDeviceInfoListEx(void)
|
||||
{
|
||||
HDEVINFO devlist;
|
||||
BOOL ret;
|
||||
|
@ -65,5 +65,5 @@ static void test_Device_Info_List(void)
|
|||
|
||||
START_TEST(devinst)
|
||||
{
|
||||
test_Device_Info_List();
|
||||
test_SetupDiCreateDeviceInfoListEx();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue