Skip to content

Commit

Permalink
add missing assert
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Sep 19, 2023
1 parent 6a95b5f commit 2b7eb0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions algorithms/unit_tests/TestStdAlgorithmsTeamCopyIf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ void test_A(std::size_t numTeams, std::size_t numCols, int apiId) {
KE::begin(rowDest), predicate);
const std::size_t stdDistance = KE::distance(KE::begin(rowDest), it);
ASSERT_EQ(stdDistance, distancesView_h(i));
ASSERT_TRUE(intraTeamSentinelView_h(i));
}

auto dataViewAfterOp_h = create_host_space_copy(destView);
Expand Down

0 comments on commit 2b7eb0b

Please sign in to comment.