Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomestre committed Apr 2, 2024
1 parent cced002 commit a38ea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/unittests/Extensions/CommandGraph/Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ TEST_F(WholeGraphUpdateTest, UnsupportedNodeType) {
// Test that using an update graph that contains unsupported node types
// results in an error.
buffer<int> Buffer{range<1>{1}};
wro auto NodeA = Graph.add(EmptyKernel);
auto NodeA = Graph.add(EmptyKernel);
auto NodeB =
Graph.add(EmptyKernel, experimental::property::node::depends_on(NodeA));
auto NodeC =
Expand Down

0 comments on commit a38ea7a

Please sign in to comment.