Skip to content

Commit

Permalink
test_randomized_sampling.cpp: env var default
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Mar 7, 2024
1 parent 377ffa8 commit 74f9196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sampler/test_randomized_sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ struct Tester {
};

/**
* @test This test checks that the tool effectively samples randomly.
* @test This test checks that the tool effectively samples.
*
*/
TEST(SamplerTest, randomized) {
TEST(SamplerTest, ktoEnvVarDefault) {
//! Initialize @c Kokkos.
Kokkos::initialize();

Expand Down

0 comments on commit 74f9196

Please sign in to comment.