aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC/2008-01-28-PragmaMark.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2008-01-28-PragmaMark.c')
-rw-r--r--test/FrontendC/2008-01-28-PragmaMark.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/FrontendC/2008-01-28-PragmaMark.c b/test/FrontendC/2008-01-28-PragmaMark.c
deleted file mode 100644
index 6a4b5b52ff2f..000000000000
--- a/test/FrontendC/2008-01-28-PragmaMark.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %llvmgcc -Werror -S %s -o /dev/null
-#pragma mark LLVM's world
-#ifdef DO_ERROR
-#error LLVM's world
-#endif
-int i;