[DBGHELP_APITEST] Be less strict on error codes

This commit is contained in:
Mark Jansen 2023-01-30 20:03:06 +01:00
parent 2cd219eb23
commit b4bf2cda31
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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)
{