Commit 33db33d4 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

advapi32/tests: Make sure to use return value (LLVM/Clang).

parent 68e1d5d7
......@@ -1561,6 +1561,7 @@ static void test_enum_svc(void)
neededW = 0xdeadbeef;
ret = pEnumServicesStatusExW(scm_handle, 0, SERVICE_WIN32, SERVICE_STATE_ALL,
NULL, 0, &neededW, &returnedW, NULL, NULL);
ok(!ret, "Expected failure\n");
ok(neededW == needed, "Expected needed buffersize to be the same for A- and W-calls\n");
/* Store the needed bytes */
......
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