summaryrefslogtreecommitdiff
path: root/Programs
diff options
context:
space:
mode:
Diffstat (limited to 'Programs')
-rw-r--r--Programs/_testembed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Programs/_testembed.c b/Programs/_testembed.c
index 94a3c3d9c8..e68e68de32 100644
--- a/Programs/_testembed.c
+++ b/Programs/_testembed.c
@@ -127,7 +127,7 @@ static int test_forced_io_encoding(void)
/* *********************************************************
* List of test cases and the function that implements it.
- *
+ *
* Names are compared case-sensitively with the first
* argument. If no match is found, or no first argument was
* provided, the names of all test cases are printed and
@@ -135,7 +135,7 @@ static int test_forced_io_encoding(void)
*
* The int returned from test functions is used as the exit
* code, and test_capi treats all non-zero exit codes as a
- * failed test.
+ * failed test.
*********************************************************/
struct TestCase
{