From: Ted Kremenek Date: Fri, 20 Mar 2009 17:56:12 +0000 (+0000) Subject: Add test case for '-include-pth'. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=600cfab4743c9a842c50453ca4e873e2aa8fbf1f;p=clang Add test case for '-include-pth'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67386 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/include-pth.c b/test/Preprocessor/include-pth.c new file mode 100644 index 0000000000..d42550bfcc --- /dev/null +++ b/test/Preprocessor/include-pth.c @@ -0,0 +1 @@ +// RUN: clang -x c-header file_to_include.h -o %t && clang -include-pth %t %s -E | grep 'file_to_include'