summaryrefslogtreecommitdiff
path: root/test/Preprocessor/_Pragma-syshdr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/_Pragma-syshdr2.c')
-rw-r--r--test/Preprocessor/_Pragma-syshdr2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Preprocessor/_Pragma-syshdr2.c b/test/Preprocessor/_Pragma-syshdr2.c
deleted file mode 100644
index de7f2d3dc3b15..0000000000000
--- a/test/Preprocessor/_Pragma-syshdr2.c
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: clang-cc -E %s 2>&1 | grep 'file not found'
-
-#define DO_PRAGMA _Pragma
-DO_PRAGMA ("GCC dependency \"blahblabh\"")
-