summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-strncat-size.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/warn-strncat-size.c')
-rw-r--r--clang/test/Sema/warn-strncat-size.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Sema/warn-strncat-size.c b/clang/test/Sema/warn-strncat-size.c
index 0b74b21d583..dcc3367e949 100644
--- a/clang/test/Sema/warn-strncat-size.c
+++ b/clang/test/Sema/warn-strncat-size.c
@@ -2,7 +2,6 @@
// RUN: %clang_cc1 -DUSE_BUILTINS -Wstrncat-size -verify -fsyntax-only %s
// RUN: %clang_cc1 -fsyntax-only -Wstrncat-size -fixit -x c %s
// RUN: %clang_cc1 -DUSE_BUILTINS -fsyntax-only -Wstrncat-size -fixit -x c %s
-// REQUIRES: rewriter
typedef __SIZE_TYPE__ size_t;
size_t strlen (const char *s);
OpenPOWER on IntegriCloud