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 cb310a0 commit 7624153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/sampler/test_parfor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ TEST(SamplerTest, ktoEnvVarDefault) {
output.str(),
::testing::Contains("finished with child-end function.").Times(2));

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

0 comments on commit 7624153

Please sign in to comment.