SWDEV-389647 - correct typo. (#245)

Change-Id: I4fe492851c110d47244c599a4ceea62380544f8f

[ROCm/hip-tests commit: 779a7ba03d]
This commit is contained in:
ROCm CI Service Account
2023-06-21 15:57:40 +05:30
committed by GitHub
parent 7ab638c564
commit 7c8319cdbd
@@ -186,7 +186,7 @@ TEST_CASE("Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Negative_Parameters") {
}
HIP_CHECK(hipSetDevice(1));
LinearAllocGuard<int> new_var(LinearAllocs::hipMalloc, sizeof(int));
HIP_CHECK_ERROR(hipGraphExecMemcpyNodeSetParamsFromSymbol(
HIP_CHECK_ERROR(hipGraphExecMemcpyNodeSetParamsToSymbol(
graph_exec, node, SYMBOL(int_device_var), new_var.ptr(),
sizeof(*new_var.ptr()), 0, static_cast<hipMemcpyKind>(-1)),
hipErrorInvalidValue);