[dtests] Added few Negative tests (#1735)

This commit is contained in:
satyanveshd
2020-03-27 14:10:12 +05:30
committad av GitHub
förälder 6ab1e864b6
incheckning 4554bbd9f9
7 ändrade filer med 273 tillägg och 4 borttagningar
-4
Visa fil
@@ -2271,8 +2271,6 @@ hipError_t hipMemGetInfo(size_t* free, size_t* total) {
auto device = ctx->getWriteableDevice();
if (total) {
*total = device->_props.totalGlobalMem;
} else {
e = hipErrorInvalidValue;
}
if (free) {
@@ -2295,8 +2293,6 @@ hipError_t hipMemGetInfo(size_t* free, size_t* total) {
} else {
return ihipLogStatus(hipErrorInvalidValue);
}
} else {
e = hipErrorInvalidValue;
}
} else {