diff options
Diffstat (limited to 'test/Preprocessor/output_paste_avoid.c')
-rw-r--r-- | test/Preprocessor/output_paste_avoid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/output_paste_avoid.c b/test/Preprocessor/output_paste_avoid.c index 4a15094998..200ced9fba 100644 --- a/test/Preprocessor/output_paste_avoid.c +++ b/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 |