From 59b65064395d2a4e2ddb068819aa6621552a1ef7 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Wed, 21 May 2008 16:45:50 +0200 Subject: [PATCH] setupapi/tests: Remove a duplicate function call. --- dlls/setupapi/tests/devinst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/setupapi/tests/devinst.c b/dlls/setupapi/tests/devinst.c index f64d9b471a0..822cd280232 100644 --- a/dlls/setupapi/tests/devinst.c +++ b/dlls/setupapi/tests/devinst.c @@ -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)