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

This commit is contained in:
Francois Gouget 2007-08-15 14:51:42 +02:00 committed by Alexandre Julliard
parent df3437b825
commit d18cf0c4f1
1 changed files with 0 additions and 2 deletions

View File

@ -239,8 +239,6 @@ static void test_ExitCode(void)
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, "dbgnoevent");