diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-16 13:36:39 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-16 13:36:39 +0000 |
commit | 692d6bb544338c65550a46d76b81db668d4901f5 (patch) | |
tree | 9ca31c12c035fec6c1144fc7ce8ebb1698074159 /clang/test/CXX/basic | |
parent | c5ac729131abfb35f56769a9a7b299e4e3432c50 (diff) | |
download | bcm5719-llvm-692d6bb544338c65550a46d76b81db668d4901f5.tar.gz bcm5719-llvm-692d6bb544338c65550a46d76b81db668d4901f5.zip |
clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
llvm-svn: 213148
Diffstat (limited to 'clang/test/CXX/basic')
-rw-r--r-- | clang/test/CXX/basic/basic.start/basic.start.main/p2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CXX/basic/basic.start/basic.start.main/p2.cpp b/clang/test/CXX/basic/basic.start/basic.start.main/p2.cpp index 42e87e5431f..b3e171fbdb9 100644 --- a/clang/test/CXX/basic/basic.start/basic.start.main/p2.cpp +++ b/clang/test/CXX/basic/basic.start/basic.start.main/p2.cpp @@ -10,6 +10,7 @@ // RUN: cp %s %t // RUN: %clang_cc1 -x c++ %s -std=c++11 -fsyntax-only -verify -DTEST9 // RUN: not %clang_cc1 -x c++ %t -std=c++11 -fixit -DTEST9 +// REQUIRES: rewriter // RUN: %clang_cc1 -x c++ %t -std=c++11 -fsyntax-only -DTEST9 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST10 |