diff options
Diffstat (limited to 'clang/test/Rewriter')
| -rw-r--r-- | clang/test/Rewriter/finally.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Rewriter/finally.m b/clang/test/Rewriter/finally.m index f46b4b01a5f..e60ba9ec852 100644 --- a/clang/test/Rewriter/finally.m +++ b/clang/test/Rewriter/finally.m @@ -3,7 +3,7 @@ int main() { @try { printf("executing try"); // expected-warning{{implicitly declaring library function 'printf' with type 'int (const char *, ...)'}} \ - // expected-note{{please include the header <stdio.h> or explicitly provide a declaration for 'printf'}} + // expected-note{{include the header <stdio.h> or explicitly provide a declaration for 'printf'}} return(0); // expected-warning{{rewriter doesn't support user-specified control flow semantics for @try/@finally (code may not execute properly)}} } @finally { printf("executing finally"); |

