]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/include1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / include1.c
diff --git a/gcc/testsuite/gcc.dg/cpp/include1.c b/gcc/testsuite/gcc.dg/cpp/include1.c
deleted file mode 100644 (file)
index a0a54e0..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess } */
-
-/* Tests that "#include MACRO" works.  */
-
-/* Source: Neil Booth, 29 Oct 2000.  */
-
-#define MACRO "mi1c.h"
-#include MACRO
-#ifndef CPP_MIC_H
-#error #include MACRO does not work
-#endif