Reactos

[DBGHELP_APITEST] Be less strict on error codes

+1 -1
+1 -1
modules/rostests/apitests/dbghelp/rsym.c
··· 321 321 dwErr = GetLastError(); 322 322 323 323 ok_ulonglong(BaseAddress, 0x600000); 324 - ok_hex(dwErr, ERROR_SUCCESS); 324 + ok(dwErr == ERROR_SUCCESS || dwErr == ERROR_FILE_NOT_FOUND, "Got 0x%x\n", dwErr); 325 325 326 326 if (BaseAddress == 0x600000) 327 327 {