[rtems-docs commit] eng/test-framework.rst -- Fix typo

Sebastian Huber sebh at rtems.org
Fri Sep 18 14:11:32 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    bacc559f0067d9439135e840c8c550646adb3509
Changeset: http://git.rtems.org/rtems-docs/commit/?id=bacc559f0067d9439135e840c8c550646adb3509

Author:    Frank Kühndel <frank.kuehndel at embedded-brains.de>
Date:      Fri Sep 18 13:09:59 2020 +0200

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.



More information about the vc mailing list