isysroot-2.c: Move target selector from dg-options to dg-do directive.

* gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to
	dg-do directive.

From-SVN: r91332
This commit is contained in:
Ben Elliston 2004-11-26 06:15:20 +00:00 committed by Ben Elliston
parent f50a5f61c9
commit 2557bee03d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-11-26 Ben Elliston <bje@au.ibm.com>
* gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to
dg-do directive.
2004-11-26 Ben Elliston <bje@au.ibm.com>
* gcc.dg/pr17957.c: Pass --param, not -param.

View File

@ -1,5 +1,5 @@
/* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" { target *-*-darwin* } } */
/* { dg-do compile } */
/* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */
/* { dg-do compile { target *-*-darwin* } } */
#include <Carbon/Carbon.h>
int main()