diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2002-03-25 18:17:51 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2002-03-25 18:17:51 +0000 |
commit | 2188d04d141f87189c987a31a62758f57cb64af8 (patch) | |
tree | 6e9bb315d39b85fbfe439ad6aafa5e5ac8f88593 | |
parent | fd28f67b2f2bb8b06423996ffc3a3ff3d18227cd (diff) | |
download | gcc-2188d04d141f87189c987a31a62758f57cb64af8.zip gcc-2188d04d141f87189c987a31a62758f57cb64af8.tar.gz gcc-2188d04d141f87189c987a31a62758f57cb64af8.tar.bz2 |
Fix typo in last Changelog.
From-SVN: r51322
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fc08d72..8f5ce9e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,7 +1,7 @@ 2002-03-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com> Paolo Carlini <pcarlini@unitus.it> - * testsuite/locale/codecvt_members_unicode_char.cc + * testsuite/22_locale/codecvt_members_unicode_char.cc (test01, test02): Fix i_lit_base arrays, making them independent from the endianness of the platform. |