This check isn't needed anymore either.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com --- dlls/faultrep/tests/faultrep.c | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/dlls/faultrep/tests/faultrep.c b/dlls/faultrep/tests/faultrep.c index c71db80cdbb..41f03ee8870 100644 --- a/dlls/faultrep/tests/faultrep.c +++ b/dlls/faultrep/tests/faultrep.c @@ -72,11 +72,6 @@ static void test_AddERExcludedApplicationA(void)
/* clean state */ lres = RegCreateKeyA(HKEY_LOCAL_MACHINE, regpath_root, &hroot); - if (lres == ERROR_ACCESS_DENIED) - { - skip("Not enough access rights\n"); - return; - }
if (!lres) lres = RegOpenKeyA(hroot, regpath_exclude, &hexclude);