diff options
Diffstat (limited to 'test/Driver/preprocessor.c')
-rw-r--r-- | test/Driver/preprocessor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/preprocessor.c b/test/Driver/preprocessor.c index ec1f42f5ba..51b6fc5786 100644 --- a/test/Driver/preprocessor.c +++ b/test/Driver/preprocessor.c @@ -1,4 +1,4 @@ -// RUN: clang -E -x c-header %s > %t && +// RUN: clang -E -x c-header %s > %t // RUN: grep 'B B' %t #define A B |