diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-03-22 21:49:20 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-03-22 21:49:20 +0000 |
commit | bae2042bb5ce138b49cf9ab31b81b4c847f1aa5c (patch) | |
tree | b6ec1f2d55961e14bd79e1c8c563bb255b8907b3 /clang/test/Frontend | |
parent | 54041693277f38e681c00f11cb43c6dd5d2fe584 (diff) | |
download | bcm5719-llvm-bae2042bb5ce138b49cf9ab31b81b4c847f1aa5c.tar.gz bcm5719-llvm-bae2042bb5ce138b49cf9ab31b81b4c847f1aa5c.zip |
Don't use &> in tests; dash doesn't understand it.
llvm-svn: 67483
Diffstat (limited to 'clang/test/Frontend')
-rw-r--r-- | clang/test/Frontend/stdin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/stdin.c b/clang/test/Frontend/stdin.c index c13a9374d27..a3899dea75d 100644 --- a/clang/test/Frontend/stdin.c +++ b/clang/test/Frontend/stdin.c @@ -1,3 +1,3 @@ -// RUN: clang -E - < /dev/null &> %t +// RUN: clang -E - < /dev/null > %t // RUN: grep '<built-in>' %t |