Skip to content

Commit 2551fe0

Browse files
committed
Fix test
1 parent 12c181d commit 2551fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Graph/Update/dyn_cgf_different_arg_nums.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int main() {
6969
// CHECK: <--- urCommandBufferAppendKernelLaunchExp
7070
// CHECK-SAME: .hKernel = [[KERNEL_HANDLE1]]
7171
// CHECK-SAME: .numKernelAlternatives = 3
72-
// CHECK-SAME: .phKernelAlternatives = {[[KERNEL_HANDLE2:[0-9a-fA-Fx]+]], [[KERNEL_HANDLE3:[0-9a-fA-Fx]+]], [[KERNEL_HANDLE4:[0-9a-fA-Fx]+]]}
72+
// CHECK-SAME: .phKernelAlternatives = {{[0-9a-fA-Fx]+}} {[[KERNEL_HANDLE2:[0-9a-fA-Fx]+]], [[KERNEL_HANDLE3:[0-9a-fA-Fx]+]], [[KERNEL_HANDLE4:[0-9a-fA-Fx]+]]}
7373
auto DynamicCG =
7474
exp_ext::dynamic_command_group(Graph, {CGFA, CGFB, CGFC, CGFD});
7575
auto DynamicCGNode = Graph.add(DynamicCG);

0 commit comments

Comments
 (0)