diff options
-rw-r--r-- | test/Preprocessor/include-pth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Preprocessor/include-pth.c b/test/Preprocessor/include-pth.c index d42550bfcc..64b46eb15e 100644 --- a/test/Preprocessor/include-pth.c +++ b/test/Preprocessor/include-pth.c @@ -1 +1,2 @@ -// RUN: clang -x c-header file_to_include.h -o %t && clang -include-pth %t %s -E | grep 'file_to_include' +// RUN: clang -x c-header %s -o %t && clang -include-pth %t %s -E | grep 'file_to_include' | count 2 +#include "file_to_include.h" |