diff options
Diffstat (limited to 'clang/test/SemaObjC/cocoa-api-usage.m.fixed')
-rw-r--r-- | clang/test/SemaObjC/cocoa-api-usage.m.fixed | 1 |
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) |