summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 16:41:22 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 22:10:58 +0200
commitf6614a10f666f33ec6924f89f8334198def32755 (patch)
tree6819602fd22a4b9881896150c3280fb89f4ab8a7
parent6ca267a1d06e101b7e25db97fd879597f18483d9 (diff)
validation: Fix formatting
Update #3716.
-rw-r--r--testsuites/validation/tc-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tc-options.c b/testsuites/validation/tc-options.c
index 74d0b12e1f..67f9bd25fb 100644
--- a/testsuites/validation/tc-options.c
+++ b/testsuites/validation/tc-options.c
@@ -88,7 +88,7 @@
*
* - Check the value of RTEMS_DEFAULT_OPTIONS.
*
- * - Check RTEMS_DEFAULT_OPTIONS equals ``RTEMS_WAIT``.
+ * - Check RTEMS_DEFAULT_OPTIONS equals RTEMS_WAIT.
*
* @{
*/
@@ -181,7 +181,7 @@ static void RtemsOptionValOptions_Action_3( void )
/* No action */
/*
- * Check RTEMS_DEFAULT_OPTIONS equals ``RTEMS_WAIT``.
+ * Check RTEMS_DEFAULT_OPTIONS equals RTEMS_WAIT.
*/
T_step_eq_int( 6, RTEMS_DEFAULT_OPTIONS, RTEMS_WAIT );
}