summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/cocoa-api-usage.m.fixed
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-16 13:36:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-16 13:36:39 +0000
commit692d6bb544338c65550a46d76b81db668d4901f5 (patch)
tree9ca31c12c035fec6c1144fc7ce8ebb1698074159 /clang/test/SemaObjC/cocoa-api-usage.m.fixed
parentc5ac729131abfb35f56769a9a7b299e4e3432c50 (diff)
downloadbcm5719-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/SemaObjC/cocoa-api-usage.m.fixed')
-rw-r--r--clang/test/SemaObjC/cocoa-api-usage.m.fixed1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaObjC/cocoa-api-usage.m.fixed b/clang/test/SemaObjC/cocoa-api-usage.m.fixed
index f472cf1a304..a27e4ee6db1 100644
--- a/clang/test/SemaObjC/cocoa-api-usage.m.fixed
+++ b/clang/test/SemaObjC/cocoa-api-usage.m.fixed
@@ -3,6 +3,7 @@
// RUN: cp %s %t.m
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %t.m -fixit -Wobjc-cocoa-api
// RUN: diff %s.fixed %t.m
+// REQUIRES: rewriter
typedef signed char BOOL;
#define nil ((void*) 0)
OpenPOWER on IntegriCloud