Skip to content

Commit 9c9e32c

Browse files
fix test
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent dd8793d commit 9c9e32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Tracing/code_location_queue_submit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int main() {
3636
Q.wait();
3737
sycl::free(HostAllocSrc, Q);
3838
}
39-
// CHECK-NEXT: [SYCL] Queue destroy:
39+
// CHECK: [SYCL] Queue destroy:
4040
// CHECK-DAG: queue_id : 1
4141
return !ExceptionCaught;
4242
}

0 commit comments

Comments
 (0)