aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/strlenopt-59.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/strlenopt-59.c')
-rw-r--r--gcc/testsuite/gcc.dg/strlenopt-59.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/strlenopt-59.c b/gcc/testsuite/gcc.dg/strlenopt-59.c
index 9bacf87..58bb74b 100644
--- a/gcc/testsuite/gcc.dg/strlenopt-59.c
+++ b/gcc/testsuite/gcc.dg/strlenopt-59.c
@@ -20,7 +20,7 @@ extern __SIZE_TYPE__ strlen (const char*);
/* Macros to emit a call to funcation named
call_failed_to_be_eliminated_on_line_NNN()
for each call that's expected to be eliminated. The dg-final
- scan-tree-dump-time directive at the bottom of the test verifies
+ scan-tree-dump-times directive at the bottom of the test verifies
that no such call appears in output. */
#define ELIM(expr) \
if ((expr)) FAIL (test_not_eliminated); else (void)0