* gcc.dg/framework-2.c: Adjust testcase to pass.
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 4 Jul 2009 11:33:17 +0000 (11:33 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 4 Jul 2009 11:33:17 +0000 (11:33 +0000)
From-SVN: r149226

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/framework-2.c

index bc9263894e8d9db6fca8497a1d9f637ac381b412..84e7fc188707c2e39ffe8981a1aa92d6c7aa305d 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gcc.dg/framework-2.c: Adjust testcase to pass.
+
 2009-07-04  Jason Merrill  <jason@redhat.com>
 
        PR c++/40619
index 0bc0b294e2019a1bfde48cb70c4b8777ca937d56..2d8669928723d57817909e48ffd35bccd7b583d1 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile { target *-*-darwin* } } */
 /* { dg-options "-F$srcdir/gcc.dg" } */
 
-#include <Foundation/Foundation.h> /* { dg-error "Foundation/Foundation.h" } */
+#include <Foundation/Foundation.h>
 /* { dg-message "terminated" "" { target *-*-* } 0 } */
-
+/* { dg-message "Foundation/Foundation.h" "" { target *-*-* } 0 } */