diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/wchar_t-1.c | 2 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/wint_t-1.c | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9d1be49..7c85f78 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-04-03 Hans-Peter Nilsson <hp@bitrange.com> + + * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change. + 2002-04-02 David S. Miller <davem@redhat.com> * 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 5f4934a..3786677 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 7898baa..1e89b9a 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. */ |
