diff options
Diffstat (limited to 'clang/test/Analysis/exercise-ps.c')
-rw-r--r-- | clang/test/Analysis/exercise-ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/exercise-ps.c b/clang/test/Analysis/exercise-ps.c index 675dd4ebf61..03b6874b68e 100644 --- a/clang/test/Analysis/exercise-ps.c +++ b/clang/test/Analysis/exercise-ps.c @@ -19,5 +19,5 @@ static void f2(void *buf) { F12_typedef* x; x = f2_helper(); memcpy((&x[1]), (buf), 1); // expected-warning{{implicitly declaring library function 'memcpy' with type 'void *(void *, const void *}} \ - // expected-note{{please include the header <string.h> or explicitly provide a declaration for 'memcpy'}} + // expected-note{{include the header <string.h> or explicitly provide a declaration for 'memcpy'}} } |