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