]> granicus.if.org Git - clang/commitdiff
Make test works with FileCheck.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 24 Feb 2012 00:29:20 +0000 (00:29 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 24 Feb 2012 00:29:20 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151314 91177308-0d34-0410-b5e6-96231b3b80d8

test/Rewriter/func-in-impl.m

index 6242c7ea770682e9d4e22db5a578a5869778fb13..350a72671b666131579ece4c83b7aec3c1ef5776 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 -rewrite-objc %s -o - | FileCheck %s
+// RUN: %clang_cc1 -E %s -o %t.m
+// RUN: %clang_cc1 -fobjc-fragile-abi -rewrite-objc %t.m -o - | FileCheck %s
 
 @interface I {
   id _delegate;