diff options
Diffstat (limited to 'clang/test/Parser/cxx-extra-semi.cpp')
-rw-r--r-- | clang/test/Parser/cxx-extra-semi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Parser/cxx-extra-semi.cpp b/clang/test/Parser/cxx-extra-semi.cpp index 2aa18dfcc0e..1bc0a82b2d7 100644 --- a/clang/test/Parser/cxx-extra-semi.cpp +++ b/clang/test/Parser/cxx-extra-semi.cpp @@ -4,6 +4,7 @@ // RUN: cp %s %t // RUN: %clang_cc1 -x c++ -Wextra-semi -fixit %t // RUN: %clang_cc1 -x c++ -Wextra-semi -Werror %t +// REQUIRES: rewriter class A { void A1(); |