X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Finclude2.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2Fcpp%2Finclude2.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=228963d20a72af328f23839a20b7b40198d1a906;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/cpp/include2.c b/gcc/testsuite/gcc.dg/cpp/include2.c deleted file mode 100644 index 228963d2..00000000 --- a/gcc/testsuite/gcc.dg/cpp/include2.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. */ - -/* { dg-do preprocess } */ - -/* Tests that #include does not allow the terminating '>' or '"' to be - escaped, as per the standard. */ - -/* Source: Neil Booth, 4 Nov 2000. */ - -#include > /* { dg-warning "extra tokens" "" } */ -#include "silly\"" /* { dg-error "missing" "" } */ - -/* These first 2 errors are No such file or directory. However, this - message is locale-dependent, so don't test for it. */ -/* { dg-error "silly" "" { target *-*-* } 10 } */ -/* { dg-error "silly" "" { target *-*-* } 11 } */ -/* { dg-warning "extra tokens" "" { target *-*-* } 11 } */