diff --git a/tests/include/test/constant_flow.h b/tests/include/test/constant_flow.h index c5658eb40..22d4371ee 100644 --- a/tests/include/test/constant_flow.h +++ b/tests/include/test/constant_flow.h @@ -36,10 +36,11 @@ * do nothing are defined for convenience. * * \note #TEST_CF_SECRET must be called directly from within a .function file, - * not indirectly via a macro defined under tests/include or a function - * under tests/src. This is because we only run Valgrind for constant - * flow on test suites that have greppable annotations inside them (see - * `skip_suites_without_constant_flow` in `tests/scripts/all.sh`). + * not indirectly via a macro defined under framework/tests/include or a + * function under framework/tests/src. This is because we only run + * Valgrind for constant flow on test suites that have greppable + * annotations inside them (see `skip_suites_without_constant_flow` in + * `tests/scripts/all.sh`). */ #if defined(MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN)