commit | 77a9255329be5d8bb8a03f3188dadb9907c6a7f3 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri Feb 24 00:29:20 2012 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Feb 24 00:29:20 2012 +0000 |
tree | abe2f3d80e546b1f5a7c79e747aa634ca59aa049 | |
parent | c5ea5d3fa1f95df19328aa60d69f8c32c15dd895 [diff] [blame] |
Make test works with FileCheck. llvm-svn: 151314
diff --git a/clang/test/Rewriter/func-in-impl.m b/clang/test/Rewriter/func-in-impl.m index 6242c7e..350a726 100644 --- a/clang/test/Rewriter/func-in-impl.m +++ b/clang/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;