diff --git a/catch/unit/texture/hipTexRefGetBorderColor.cc b/catch/unit/texture/hipTexRefGetBorderColor.cc index c0d322d9b3..7bffd60809 100644 --- a/catch/unit/texture/hipTexRefGetBorderColor.cc +++ b/catch/unit/texture/hipTexRefGetBorderColor.cc @@ -27,6 +27,7 @@ texture tex; // It will be added for HIP in ROCm7.0 #if HT_NVIDIA TEST_CASE("Unit_hipTexRefGetBorderColor_Positive") { + CHECK_IMAGE_SUPPORT float set_border_color[3] = {1, 2, 3}; float get_border_color[3] = {0, 0, 0}; hipModule_t module = nullptr;