* gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
authorMike Stump <mrs@apple.com>
Wed, 14 Jul 2004 19:16:07 +0000 (19:16 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 14 Jul 2004 19:16:07 +0000 (19:16 +0000)
From-SVN: r84706

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/wchar_t-1.c

index bbeb3247dbb1d9af367626816f644a5b7bdcba0e..74a89f2e181ac1dfac3c5b09d740ec9bc38a7059 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-14  Mike Stump  <mrs@apple.com>
+
+       * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
+
 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/16518
index 877b50e98717a5f70b3777a8f5549efeb029b0a4..6d95c69c304d839725f4e64864ab8e180e7a0f39 100644 (file)
@@ -5,7 +5,7 @@
    match.  */
 
 #define _STDDEF_H
-#include <wchar.h> /* { dg-excess-errors "" { xfail *-*-darwin* } } */
+#include <wchar.h>
 
 __WCHAR_TYPE__ __wc_t__;
 wchar_t *wc_t_p;