From 377ffa8cabd3f3ebc4bdb65d5fbcf69a0caa50a6 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:57:55 -0500 Subject: [PATCH] test_randomized_sampling.cpp: fix comment on test --- tests/sampler/test_randomized_sampling.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/sampler/test_randomized_sampling.cpp b/tests/sampler/test_randomized_sampling.cpp index 29245fb54..10de16bf0 100644 --- a/tests/sampler/test_randomized_sampling.cpp +++ b/tests/sampler/test_randomized_sampling.cpp @@ -11,10 +11,7 @@ struct Tester { explicit Tester(const execution_space& space) { //! Explicitly launch a kernel with a name, and run it 150 times with kernel //! logger. Use a periodic sampling with skip rate 101. This should print out - //! 1 invocation In the test, we match the invocations output from the - //! second invocation and make sure the first - // and third are not printed out, and the second and fourth are sequenced - // correctly in the print. + //! 1 invocation, and there is a single matcher with a regular expression to check this. for (int iter = 0; iter < 150; iter++) { Kokkos::parallel_for("named kernel",