Skip to content
Snippets Groups Projects
Commit 59b65064 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard
Browse files

setupapi/tests: Remove a duplicate function call.

parent 8021a9d9
No related branches found
No related tags found
No related merge requests found
......@@ -492,7 +492,6 @@ static void testRegisterDeviceInfo(void)
ret = pSetupDiRegisterDeviceInfo(NULL, NULL, 0, NULL, NULL, NULL);
ok(!ret && GetLastError() == ERROR_INVALID_HANDLE,
"Expected ERROR_INVALID_HANDLE, got %d\n", GetLastError());
ret = pSetupDiRegisterDeviceInfo(NULL, NULL, 0, NULL, NULL, NULL);
set = pSetupDiCreateDeviceInfoList(&guid, NULL);
ok(set != NULL, "SetupDiCreateDeviceInfoList failed: %d\n", GetLastError());
if (set)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment