diff --git a/projects/hip-tests/samples/2_Cookbook/11_texture_driver/texture2dDrv.cpp b/projects/hip-tests/samples/2_Cookbook/11_texture_driver/texture2dDrv.cpp index e30c1ba911..120006b140 100644 --- a/projects/hip-tests/samples/2_Cookbook/11_texture_driver/texture2dDrv.cpp +++ b/projects/hip-tests/samples/2_Cookbook/11_texture_driver/texture2dDrv.cpp @@ -231,6 +231,7 @@ inline bool isImageSupported() { int main(int argc, char** argv) { if (!isImageSupported()) { printf("Texture is not support on the device. Skipped.\n"); + printf("texture2dDrv %s ...\n", "PASSED"); return 0; } checkHipErrors(hipInit(0));