diff options
Diffstat (limited to 'test/Preprocessor/macro_disable3.c')
-rw-r--r-- | test/Preprocessor/macro_disable3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_disable3.c b/test/Preprocessor/macro_disable3.c index 2983f2d9a4..d4a5664ae9 100644 --- a/test/Preprocessor/macro_disable3.c +++ b/test/Preprocessor/macro_disable3.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -E | FileCheck %s +// RUN: clang-cc %s -E | FileCheck -strict-whitespace %s // Check for C99 6.10.3.4p2. #define f(a) f(x * (a)) |