Skip to content

Commit 50dd893

Browse files
[SYCL] Rework of pi tracing test (intel/llvm-test-suite#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 5d5b47d commit 50dd893

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)