diff --git a/projects/hip/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp b/projects/hip/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp index 56c3fa75d3..dc025e044e 100644 --- a/projects/hip/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp +++ b/projects/hip/tests/src/runtimeApi/memory/d2dMemCpyWithPinnedHostMemory.cpp @@ -22,7 +22,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp + * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS -std=c++11 * TEST_NAMED: %t d2dMemCpyWithPinnedHostMemory_pinned --pinned * TEST_NAMED: %t d2dMemCpyWithPinnedHostMemory_registered --registered * HIT_END