Skip to content

Commit

Permalink
test_parfor.cpp: apply clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Apr 5, 2024
1 parent 21ee9e2 commit 48b869d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tests/sampler/test_parfor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,19 @@ TEST(SamplerTest, ktoEnvVarDefault) {
EXPECT_THAT(output.str(),
::testing::Contains("finished with child-begin function.")
.::testing::Times("2"));
EXPECT_THAT(
output.str(),
::testing::Contains("calling child-end function...").::testing::Times("2"));
EXPECT_THAT(output.str(), ::testing::Contains("calling child-end function...")
.::testing::Times("2"));

EXPECT_THAT(output.str(),
::testing::Contains("finished with child-end function.")
.::testing::Times("2"));

EXPECT_THAT(output.str(),
::testing::Not(::testing::HasSubstr("KokkosP: FATAL: No child library of sampler utility library to call")));
EXPECT_THAT(
output.str(),
::testing::Not(::testing::HasSubstr("KokkosP: FATAL: No child library of "
"sampler utility library to call")));

EXPECT_THAT(output.str(),
::testing::Not(::testing::HasSubstr("KokkosP: FATAL: Kokkos Tools Programming "
"Interface's tool-invoked Fence is NULL!")));
EXPECT_THAT(output.str(), ::testing::Not(::testing::HasSubstr(
"KokkosP: FATAL: Kokkos Tools Programming "
"Interface's tool-invoked Fence is NULL!")));
}

0 comments on commit 48b869d

Please sign in to comment.