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, 0 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/cocoa-api-usage.m.fixed b/clang/test/SemaObjC/cocoa-api-usage.m.fixed index a27e4ee6db1..f472cf1a304 100644 --- a/clang/test/SemaObjC/cocoa-api-usage.m.fixed +++ b/clang/test/SemaObjC/cocoa-api-usage.m.fixed @@ -3,7 +3,6 @@ // 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) |