From 600cfab4743c9a842c50453ca4e873e2aa8fbf1f Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 20 Mar 2009 17:56:12 +0000 Subject: [PATCH] Add test case for '-include-pth'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67386 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/include-pth.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/Preprocessor/include-pth.c 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' -- 2.50.1