* gcc.dg/pr22231.c: Fix dg-error call.

From-SVN: r135136
This commit is contained in:
Tom Tromey 2008-05-10 00:48:58 +00:00 committed by Tom Tromey
parent 17b29c0a17
commit 3741ff5800
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-05-09 Tom Tromey <tromey@redhat.com>
* gcc.dg/pr22231.c: Fix dg-error call.
2008-05-09 Tom Tromey <tromey@redhat.com>
PR preprocessor/22231:

View file

@ -2,6 +2,6 @@
/* { dg-do compile } */
/* { dg-options "-MG -MD -c" } */
/* { dg-error "may only be used with -M" "" 0 */
/* { dg-error "may only be used with -M" "-MG incompatible with -c" { target *-*-* } 0 } */
int anything;