Skip to content

Commit

Permalink
Minor fix and change
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed May 4, 2020
1 parent 3731d8f commit 88bc4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/forall/region/tests/test-forall-region.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "../../test-forall-utils.hpp"

#include <numeric>
#include <numeric>
#include <vector>

TYPED_TEST_SUITE_P(ForallRegionTest);
template <typename T>
Expand Down Expand Up @@ -85,7 +85,7 @@ TYPED_TEST_P(ForallRegionTest, RegionSegmentForall)
using EXEC_POLICY = typename camp::at<TypeParam, camp::num<3>>::type;

ForallBasicRegionTest<INDEX_TYPE, WORKING_RES, REG_POLICY, EXEC_POLICY>(0, 25);
ForallBasicRegionTest<INDEX_TYPE, WORKING_RES, REG_POLICY, EXEC_POLICY>(1, 53);
ForallBasicRegionTest<INDEX_TYPE, WORKING_RES, REG_POLICY, EXEC_POLICY>(1, 153);
ForallBasicRegionTest<INDEX_TYPE, WORKING_RES, REG_POLICY, EXEC_POLICY>(3, 2556);
}

Expand Down

0 comments on commit 88bc4ad

Please sign in to comment.