From bacc559f0067d9439135e840c8c550646adb3509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20K=C3=BChndel?= Date: Fri, 18 Sep 2020 13:09:59 +0200 Subject: eng/test-framework.rst -- Fix typo --- eng/test-framework.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/test-framework.rst b/eng/test-framework.rst index 1cdf018..ec1875e 100644 --- a/eng/test-framework.rst +++ b/eng/test-framework.rst @@ -757,9 +757,9 @@ The following test checks for boolean expressions are available: void T_false(bool a, const char *fmt, ...); void T_assert_false(bool a, const char *fmt, ...); - void T_quiet_true(bool a, const char *fmt, ...); - void T_step_true(unsigned int step, bool a, const char *fmt, ...); - void T_step_assert_true(unsigned int step, bool a, const char *fmt, ...); + void T_quiet_false(bool a, const char *fmt, ...); + void T_step_false(unsigned int step, bool a, const char *fmt, ...); + void T_step_assert_false(unsigned int step, bool a, const char *fmt, ...); The message is only printed in case the test check fails. The format parameter is mandatory. -- cgit v1.2.3