mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
[DBGHELP_APITEST] Be less strict on error codes
This commit is contained in:
parent
2cd219eb23
commit
b4bf2cda31
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ START_TEST(rsym)
|
|||
dwErr = GetLastError();
|
||||
|
||||
ok_ulonglong(BaseAddress, 0x600000);
|
||||
ok_hex(dwErr, ERROR_SUCCESS);
|
||||
ok(dwErr == ERROR_SUCCESS || dwErr == ERROR_FILE_NOT_FOUND, "Got 0x%x\n", dwErr);
|
||||
|
||||
if (BaseAddress == 0x600000)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue