OSDN Git Service

* gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Jul 2004 23:34:34 +0000 (23:34 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Jul 2004 23:34:34 +0000 (23:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84717 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 74a89f2..2503543 100644 (file)
@@ -1,5 +1,9 @@
 2004-07-14  Mike Stump  <mrs@apple.com>
 
+       * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
+
+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>
index b4f4e0a..3f88dcb 100644 (file)
@@ -5,7 +5,7 @@
    match.  */
 
 #define _STDDEF_H
-#include <wchar.h> /* { dg-excess-errors "" { xfail *-*-darwin* } } */
+#include <wchar.h>
 
 __WINT_TYPE__ __wi_t__;
 wint_t *wi_t_p;