aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/basic_ostream/sentry
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2003-04-12 21:13:12 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-04-12 17:13:12 -0400
commit4440f5b597e8f08058628b15a585c363179b5f71 (patch)
tree1eb7cc8d7b8b599c2252dc41d50d61b9f5ef1e92 /libstdc++-v3/testsuite/27_io/basic_ostream/sentry
parenta67bac5fc49398f26611dedaa0b62990b134d642 (diff)
downloadgcc-4440f5b597e8f08058628b15a585c363179b5f71.zip
gcc-4440f5b597e8f08058628b15a585c363179b5f71.tar.gz
gcc-4440f5b597e8f08058628b15a585c363179b5f71.tar.bz2
3983-fstream.cc: Change basic_streambuf instantiation to "unsigned char".
* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Change basic_streambuf instantiation to "unsigned char". * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same. From-SVN: r65526
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/basic_ostream/sentry')
-rw-r--r--libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc
index 8fe5fd3..e675c8d 100644
--- a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc
+++ b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc
@@ -153,8 +153,8 @@ template
std::basic_string<unsigned char>::_Rep::_S_terminal;
template
- std::basic_streambuf<gnu_char_type>::int_type
- std::basic_streambuf<gnu_char_type>::_S_pback_size;
+ std::basic_streambuf<unsigned char>::int_type
+ std::basic_streambuf<unsigned char>::_S_pback_size;
#endif
int main()