Skip to content

Commit

Permalink
fix test par for
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Apr 5, 2024
1 parent 6afc419 commit cb310a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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(::testing::HasSubstr(
EXPECT_THAT(output.str(), ::testing::Not(
"KokkosP: FATAL: Kokkos Tools Programming "
"Interface's tool-invoked Fence is NULL!")));
"Interface's tool-invoked Fence is NULL!"));
}

0 comments on commit cb310a0

Please sign in to comment.