Commit dce52c1b authored by Christian Gmeiner's avatar Christian Gmeiner Committed by Alexandre Julliard

setupapi: Rename a test.

parent a2cdb3ba
......@@ -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();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment