diff options
Diffstat (limited to 'test/Preprocessor/skipping_unclean.c')
-rw-r--r-- | test/Preprocessor/skipping_unclean.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Preprocessor/skipping_unclean.c b/test/Preprocessor/skipping_unclean.c index 52d1785..ce75b39 100644 --- a/test/Preprocessor/skipping_unclean.c +++ b/test/Preprocessor/skipping_unclean.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -E %s | grep bark +// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s #if 0 blah @@ -6,4 +6,5 @@ blah else bark #endif +// CHECK: {{^}}bark{{$}} |