pragma-pop_macro-1.c: Fix dg-do directive.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 15 Feb 2008 14:17:41 +0000 (15:17 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 15 Feb 2008 14:17:41 +0000 (15:17 +0100)
* gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.

From-SVN: r132343

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/pragma-pop_macro-1.c

index 53ce21679d5289df9d6c3831511c1fc11811d37a..9aa7ae815b434d203d8aa2dc24297c3766409d0e 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.
+
 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
 
        * gcc.target/i386/pr35160.c: Skip if !nonpic for 32bit x86 targets.
index 82beefc061823f2d1725991f2cfc0124ebebd21b..dec67adf7f39a80894ce516b12161c344a063075 100644 (file)
@@ -1,7 +1,7 @@
 /* PR preprocessor/35061 */
 /* Do nothing if there is nothing on the macro stack to pop.  */
 
-/* { dg do-preprocess { target *-*-mingw*  *-*-cygwin* } } */
+/* { dg-do preprocess { target *-*-mingw* *-*-cygwin* } } */
 
 #define X  1
 /* # pragma push_macro("X") */