[SWDEV-467733] - Set Cache Config Negative Param test fix

Change-Id: I058ca23a05e63aaaa54ea22e2b509593764cd7bc
This commit is contained in:
Rahul Manocha
2024-06-29 13:24:44 -07:00
committed by Rakesh Roy
parent 1621b7ad85
commit 4e99f68b03
3 changed files with 2 additions and 4 deletions
@@ -75,11 +75,7 @@ TEST_CASE("Unit_hipDeviceSetCacheConfig_Positive_Basic") {
* - HIP_VERSION >= 5.2
*/
TEST_CASE("Unit_hipDeviceSetCacheConfig_Negative_Parameters") {
#if HT_AMD
HIP_CHECK_ERROR(hipDeviceSetCacheConfig(static_cast<hipFuncCache_t>(-1)), hipSuccess);
#elif HT_NVIDIA
HIP_CHECK_ERROR(hipDeviceSetCacheConfig(static_cast<hipFuncCache_t>(-1)), hipErrorInvalidValue);
#endif
}
/**