Commit b250831a authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

advapi32/tests: Get rid of the test_luid() helper.

parent 0c0a7b7b
......@@ -769,13 +769,6 @@ static void test_lookupPrivilegeValue(void)
}
}
static void test_luid(void)
{
test_allocateLuid();
test_lookupPrivilegeName();
test_lookupPrivilegeValue();
}
static void test_FileSecurity(void)
{
char wintmpdir [MAX_PATH];
......@@ -7963,7 +7956,9 @@ START_TEST(security)
test_kernel_objects_security();
test_ConvertStringSidToSid();
test_trustee();
test_luid();
test_allocateLuid();
test_lookupPrivilegeName();
test_lookupPrivilegeValue();
test_CreateWellKnownSid();
test_FileSecurity();
test_AccessCheck();
......
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