diff options
Diffstat (limited to 'clang/test/Sema/format-strings-no-fixit.c')
-rw-r--r-- | clang/test/Sema/format-strings-no-fixit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Sema/format-strings-no-fixit.c b/clang/test/Sema/format-strings-no-fixit.c index 7371fde735c..701e945f690 100644 --- a/clang/test/Sema/format-strings-no-fixit.c +++ b/clang/test/Sema/format-strings-no-fixit.c @@ -1,7 +1,6 @@ // RUN: cp %s %t // RUN: %clang_cc1 -fsyntax-only -fixit %t // RUN: %clang_cc1 -E -o - %t | FileCheck %s -// REQUIRES: rewriter /* This is a test of the various code modification hints that are provided as part of warning or extension diagnostics. Only |