diff --git a/projects/hip-tests/catch/unit/memory/CMakeLists.txt b/projects/hip-tests/catch/unit/memory/CMakeLists.txt index 1d580305d6..3338d104f1 100644 --- a/projects/hip-tests/catch/unit/memory/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/memory/CMakeLists.txt @@ -141,7 +141,7 @@ set(TEST_SRC hipMemcpyDtoD.cc hipMemcpyDtoDAsync.cc hipHostMalloc.cc - hipMemcpy_old.cc + hipMemcpy_EdgeCases.cc hipMemcpy_derivatives.cc hipMemcpyAsync.cc hipMemcpyAsync_old.cc diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpy_old.cc b/projects/hip-tests/catch/unit/memory/hipMemcpy_EdgeCases.cc similarity index 100% rename from projects/hip-tests/catch/unit/memory/hipMemcpy_old.cc rename to projects/hip-tests/catch/unit/memory/hipMemcpy_EdgeCases.cc