Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 857b056

Browse files
[SYCL] Rework of pi tracing test (#876)
Reworked check statement, so it does not requires 'const' specifier, as it is not working properly with reworked event and event_impl classes, which are now supporting lazy init with get_native for the exemplars constructed with default constructor.
1 parent 95a81ea commit 857b056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Tracing/pi_tracing_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
//
4141
// CHECK: ---> piEventsWait(
4242
// CHECK-NEXT: <unknown> : 1
43-
// CHECK-NEXT: const pi_event * : {{0[xX]?[0-9a-fA-F]*}}
43+
// CHECK-NEXT: {{(const |\[out\])?}}pi_event * : {{0[xX]?[0-9a-fA-F]*}}
4444
// CHECK-SAME: [ {{0[xX]?[0-9a-fA-F]*}} ... ]
4545
// CHECK-NEXT: ) ---> pi_result : PI_SUCCESS
4646

0 commit comments

Comments
 (0)