Skip to content

Commit 31b8bf3

Browse files
committed
Mock ur in new unit test
1 parent c13e577 commit 31b8bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/unittests/queue/GetProfilingInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ TEST(GetProfilingInfo, check_command_submission_time_with_host_accessor) {
350350
// enabled.
351351
TEST(GetProfilingInfo, check_host_task_profiling_info) {
352352
using namespace sycl;
353+
[[maybe_unused]] unittest::UrMock<> Mock;
353354
queue Queue;
354355
event E = Queue.submit([&](handler &cgh) { cgh.host_task([]() {}); });
355356

0 commit comments

Comments
 (0)