SWDEV-1 - Add missing checks in hipMemsetNegative.cc

[ROCm/hip-tests commit: 777ed57e6d]
Cette révision appartient à :
Maneesh Gupta
2022-10-11 09:14:00 +05:30
révisé par GitHub
Parent 49dec170ce
révision 10693fa1ad
+1 -1
Voir le fichier
@@ -105,7 +105,7 @@ TEST_CASE("Unit_hipMemset2D_Negative_InvalidPtr") {
size_t pitch_A;
HIP_CHECK(hipMallocPitch(&A_d, &pitch_A, width, height));
testHipMemset2DApis(dst, pitch_A, memsetVal, width, height);
hipFree(A_d);
HIP_CHECK(hipFree(A_d));
}
TEST_CASE("Unit_hipMemset2D_Negative_InvalidSizes") {