From 3bd7050514969cb74561a0a9d9c8f3812a8a4bf5 Mon Sep 17 00:00:00 2001 From: HabKaffee Date: Tue, 22 Feb 2022 19:11:29 +0300 Subject: [PATCH] Change dependent test --- SYCL/Plugin/level_zero_queue_profiling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //