Fix merge issues in memory unit tests (#123)

[ROCm/hip-tests commit: 75bb521e18]
Tento commit je obsažen v:
Maneesh Gupta
2023-01-17 21:54:27 +05:30
odevzdal GitHub
rodič 89cf6ce4bb
revize f6537beee3
6 změnil soubory, kde provedl 7 přidání a 106 odebrání
+1 -1
Zobrazit soubor
@@ -74,7 +74,7 @@ TEST_CASE("Unit_hipMemGetAddressRange_Negative") {
const int offset = kPageSize;
LinearAllocGuard<int> host_alloc(LinearAllocs::hipHostMalloc, allocation_size);
hipDeviceptr_t dummy_ptr;
hipDeviceptr_t dummy_ptr = NULL;
SECTION("Device pointer is invalid") {
HIP_CHECK_ERROR(hipMemGetAddressRange(&base_ptr, &mem_size, dummy_ptr), hipErrorNotFound);