commit | dd79d6f6a09de8e0040a7b5f9d1a22c14134a323 | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Wed Mar 12 02:07:40 2008 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Wed Mar 12 02:07:40 2008 +0000 |
tree | c5a7b618a0e3e37b5370d90d91079e7b2da10bb4 | |
parent | 173b3cb823c3f37952845a5c6aaa5908342ec27c [diff] [blame] |
Since the rewriter now outputs C++, it no longer makes sense to pipe the output to clang. This should "fix" all but one of the test failure. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48275 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Rewriter/objc-encoding-bug-1.m b/test/Rewriter/objc-encoding-bug-1.m index ecf7d81..c923f78 100644 --- a/test/Rewriter/objc-encoding-bug-1.m +++ b/test/Rewriter/objc-encoding-bug-1.m
@@ -1,4 +1,4 @@ -// RUN: clang -rewrite-test %s | clang +// RUN: clang -rewrite-test %s typedef struct NSMethodFrameArgInfo { struct NSMethodFrameArgInfo *subInfo;