diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9d1be4981f6..7c85f7899f9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-04-03 Hans-Peter Nilsson + + * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change. + 2002-04-02 David S. Miller * gcc.c-torture/execute/20020402-3.c: New test. diff --git a/gcc/testsuite/gcc.dg/wchar_t-1.c b/gcc/testsuite/gcc.dg/wchar_t-1.c index 5f4934a7820..37866773a21 100644 --- a/gcc/testsuite/gcc.dg/wchar_t-1.c +++ b/gcc/testsuite/gcc.dg/wchar_t-1.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-Wall" } */ -/* { dg-excess-errors "Newlib has no wchar.h" { target mmix-knuth-mmixware } } +/* { dg-excess-errors "Newlib has no wchar.h" { target mmix-knuth-mmixware } } */ /* Compile with -Wall to get a warning if built-in and system wchar_t don't match. */ diff --git a/gcc/testsuite/gcc.dg/wint_t-1.c b/gcc/testsuite/gcc.dg/wint_t-1.c index 7898baa06b6..1e89b9a9886 100644 --- a/gcc/testsuite/gcc.dg/wint_t-1.c +++ b/gcc/testsuite/gcc.dg/wint_t-1.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-Wall" } */ -/* { dg-excess-errors "Newlib has no wchar.h" { target mmix-knuth-mmixware } } +/* { dg-excess-errors "Newlib has no wchar.h" { target mmix-knuth-mmixware } } */ /* Compile with -Wall to get a warning if built-in and system wint_t don't match. */