Skip to content

Commit

Permalink
test_parfor.cpp: put in fence test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 5, 2024
1 parent 6f6a305 commit 97da044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/sampler/test_parfor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ TEST(SamplerTest, ktoEnvVarDefault) {
for (const auto& matcher : matchers) {
EXPECT_THAT(output.str(), ::testing::HasSubstr(matcher));
} // end TEST

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

0 comments on commit 97da044

Please sign in to comment.