diff options
Diffstat (limited to 'test/Preprocessor/includeexpand.c')
-rw-r--r-- | test/Preprocessor/includeexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/includeexpand.c b/test/Preprocessor/includeexpand.c index 33637952b7..89696c470c 100644 --- a/test/Preprocessor/includeexpand.c +++ b/test/Preprocessor/includeexpand.c @@ -1,4 +1,4 @@ -// RUN: clang %s -fno-caret-diagnostics 2>&1 | grep 'file successfully included' | wc -l | grep 3 +// RUN: clang -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 3 // XX expands to nothing. #define XX |