Skip to content

Commit

Permalink
Update mem_channel.asciidoc
Browse files Browse the repository at this point in the history
Co-authored-by: Ronan Keryell <ronan@keryell.fr>
  • Loading branch information
AmirIpma and keryell committed Jun 29, 2023
1 parent 6fb1df0 commit b86eb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_plans/mem_channel.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ if feature is not supported.
property_list pl = {mem_channel(0)};
mem_channel mc_object(1);
std::array<int, 10> arr1{0};
std::array<int, 10> arr2{0};
std::array<int, 10> arr1{};
std::array<int, 10> arr2{};
{
buffer<T, 1> buf1(arr1.data(), range{10}, pl);
buffer<T, 1> buf2(arr2.data(), range{10}, mc_object);
Expand Down

0 comments on commit b86eb19

Please sign in to comment.