isysroot-2.c: Move target selector from dg-options to dg-do directive.
authorBen Elliston <bje@au.ibm.com>
Fri, 26 Nov 2004 06:15:20 +0000 (06:15 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Fri, 26 Nov 2004 06:15:20 +0000 (17:15 +1100)
* gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to
dg-do directive.

From-SVN: r91332

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/isysroot-2.c

index 7049090..33a2359 100644 (file)
@@ -1,5 +1,10 @@
 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.
 
 2004-11-25  Andrew Pinski  <pinskia@physics.uc.edu>
index a32618c..346d409 100644 (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()