[PATCH 2/5] advapi32/tests: Get rid of the test_luid() helper.

Zebediah Figura z.figura12 at gmail.com
Mon Feb 15 19:50:51 CST 2021


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/advapi32/tests/security.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/dlls/advapi32/tests/security.c b/dlls/advapi32/tests/security.c
index 1cd5f576621..e86b8e5cbde 100644
--- a/dlls/advapi32/tests/security.c
+++ b/dlls/advapi32/tests/security.c
@@ -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();
-- 
2.20.1




More information about the wine-devel mailing list