Make test works with FileCheck.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151314 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Rewriter/func-in-impl.m b/test/Rewriter/func-in-impl.m
index 6242c7e..350a726 100644
--- a/test/Rewriter/func-in-impl.m
+++ b/test/Rewriter/func-in-impl.m
@@ -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;