summaryrefslogtreecommitdiff
path: root/test/Preprocessor/include-pth.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/include-pth.c')
-rw-r--r--test/Preprocessor/include-pth.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Preprocessor/include-pth.c b/test/Preprocessor/include-pth.c
deleted file mode 100644
index e1d6685d1fa5f..0000000000000
--- a/test/Preprocessor/include-pth.c
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: %clang_cc1 -emit-pth %s -o %t
-// RUN: %clang_cc1 -include-pth %t %s -E | grep 'file_to_include' | count 2
-#include "file_to_include.h"