aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-03-20 17:56:12 +0000
committerTed Kremenek <kremenek@apple.com>2009-03-20 17:56:12 +0000
commit600cfab4743c9a842c50453ca4e873e2aa8fbf1f (patch)
tree6bd4d50a9620853be7a8bd3a00b924e9a3aa4bc3
parent1d20197cb9478f3db17cbcfc57a1f8182843fc6a (diff)
Add test case for '-include-pth'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67386 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Preprocessor/include-pth.c1
1 files changed, 1 insertions, 0 deletions
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'