diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2009-10-27 10:09:29 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2009-10-27 10:09:29 +0000 |
commit | 0e86b8675f1d8a28d99c20b73c9a14ec9473d1be (patch) | |
tree | af4040ca2b4603574947af3a4238e21b5cfcaf27 /clang/test/Preprocessor/output_paste_avoid.c | |
parent | b7f7673feb364c4582582627d404e73e9ed2d788 (diff) | |
download | bcm5719-llvm-0e86b8675f1d8a28d99c20b73c9a14ec9473d1be.tar.gz bcm5719-llvm-0e86b8675f1d8a28d99c20b73c9a14ec9473d1be.zip |
fix tests
llvm-svn: 85223
Diffstat (limited to 'clang/test/Preprocessor/output_paste_avoid.c')
-rw-r--r-- | clang/test/Preprocessor/output_paste_avoid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/output_paste_avoid.c b/clang/test/Preprocessor/output_paste_avoid.c index 4a150949985..200ced9fba7 100644 --- a/clang/test/Preprocessor/output_paste_avoid.c +++ b/clang/test/Preprocessor/output_paste_avoid.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -E %s -o %t | FileCheck -strict-whitespace %s +// RUN: clang-cc -E %s -o - | FileCheck -strict-whitespace %s #define y(a) ..a |