Commit d18cf0c4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32/tests: Remove a redundant RegSetValueExA() call.

parent df3437b8
...@@ -239,8 +239,6 @@ static void test_ExitCode(void) ...@@ -239,8 +239,6 @@ static void test_ExitCode(void)
return; return;
} }
ret=RegSetValueExA(hkey, "auto", 0, REG_SZ, (BYTE*)"1", 2);
ok(ret == ERROR_SUCCESS, "unable to set AeDebug/auto: ret=%d\n", ret);
crash_and_debug(hkey, test_exe, "dbgevent"); crash_and_debug(hkey, test_exe, "dbgevent");
crash_and_debug(hkey, test_exe, "dbgnoevent"); crash_and_debug(hkey, test_exe, "dbgnoevent");
......
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