Skip to content

Commit 547b0c9

Browse files
committed
Fix issue with test
1 parent 6a85db8 commit 547b0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions_submit_with_event.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int main() {
5252

5353
auto GraphExec = Graph.finalize();
5454

55-
exp_ext::submit_with_event(Queue, [&](handler &CGH){CGH.execute_graph(GraphExec);}).wait();
55+
exp_ext::submit_with_event(Queue, [&](handler &CGH){execute_graph(CGH, GraphExec);}).wait();
5656

5757
free(PtrA, Queue);
5858
free(PtrB, Queue);

0 commit comments

Comments
 (0)