diff --git a/SYCL/Plugin/level_zero_queue_profiling.cpp b/SYCL/Plugin/level_zero_queue_profiling.cpp index 70600fc7b2..ad8727acb5 100644 --- a/SYCL/Plugin/level_zero_queue_profiling.cpp +++ b/SYCL/Plugin/level_zero_queue_profiling.cpp @@ -10,7 +10,7 @@ // Check the expected output when queue::enable_profiling is not specified // // WITHOUT: ze_event_pool_desc_t flags set to: 1 -// WITHOUT: SYCL exception caught: Native API failed. Native API returns: -7 (CL_PROFILING_INFO_NOT_AVAILABLE) +// WITHOUT: SYCL exception caught: get_profiling_info() can't be used without set 'enable_profiling' queue property // Check the expected output when queue::enable_profiling is specified //