diff options
Diffstat (limited to 'test/Frontend/stdin.c')
-rw-r--r-- | test/Frontend/stdin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/stdin.c b/test/Frontend/stdin.c index c13a9374d2..a3899dea75 100644 --- a/test/Frontend/stdin.c +++ b/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 |