diff --git a/src/details/ArborX_DetailsBruteForceImpl.hpp b/src/details/ArborX_DetailsBruteForceImpl.hpp index 3bdc447e4..ce6f300b0 100644 --- a/src/details/ArborX_DetailsBruteForceImpl.hpp +++ b/src/details/ArborX_DetailsBruteForceImpl.hpp @@ -110,8 +110,7 @@ struct BruteForceImpl predicates_per_team); ScratchIndexableType scratch_indexables(teamMember.team_scratch(0), indexables_per_team); - // fill the scratch space with the predicates / indexables in the - // tile + // fill the scratch space with the predicates / indexables in the tile Kokkos::parallel_for( Kokkos::TeamVectorRange(teamMember, predicates_in_this_team), [&](const int q) { diff --git a/test/tstKokkosToolsAnnotations.cpp b/test/tstKokkosToolsAnnotations.cpp index f5af2204d..bf32445dd 100644 --- a/test/tstKokkosToolsAnnotations.cpp +++ b/test/tstKokkosToolsAnnotations.cpp @@ -41,7 +41,6 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(bvh_bvh_allocations_prefixed, DeviceType, void const * /*ptr*/, uint64_t /*size*/) { std::regex re("^(Testing::" "|ArborX::BVH::" - "|ArborX::NearestBufferProvider::" "|ArborX::Sorting::" "|Kokkos::SortImpl::BinSortFunctor::" "|Kokkos::Serial::" // unsure what's going on diff --git a/test/tstKokkosToolsDistributedAnnotations.cpp b/test/tstKokkosToolsDistributedAnnotations.cpp index f83701659..cbd4841ad 100644 --- a/test/tstKokkosToolsDistributedAnnotations.cpp +++ b/test/tstKokkosToolsDistributedAnnotations.cpp @@ -38,7 +38,6 @@ BOOST_AUTO_TEST_CASE_TEMPLATE( std::regex re("^(Testing::" "|ArborX::DistributedTree::" "|ArborX::BVH::" - "|ArborX::NearestBufferProvider::" "|ArborX::Sorting::" ").*"); BOOST_TEST(std::regex_match(label, re),