commit | a3b9852a63c3fd49f9f10ad891b40c6b248f3bae | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Wed Mar 26 22:28:40 2008 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Wed Mar 26 22:28:40 2008 +0000 |
tree | f87f1320ea59680bbf54a6ac3bcae3d34b00f1a6 | |
parent | 9ba5a1fecbbca5c9e53ff0abd7504116d34c189c [diff] [blame] |
Fix rewriter tests to work with new output file logic. This changes forces the output to standard out (rather than generate a .cpp file, which is the new default for the rewriter). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48847 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Rewriter/objc-string-concat-1.m b/test/Rewriter/objc-string-concat-1.m index 63b8d1d..f131fcc 100644 --- a/test/Rewriter/objc-string-concat-1.m +++ b/test/Rewriter/objc-string-concat-1.m
@@ -1,4 +1,4 @@ -// RUN: clang -rewrite-test %s +// RUN: clang -rewrite-test %s -o=- @class NSString;