aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2006-01-24 00:06:15 +0000
committerPaolo Carlini <pcarlini@suse.de>2006-01-24 00:06:15 +0000
commitfa9355fda7c8ff35f87923e394be801a275a05ef (patch)
treea068224a1d895a1051142f39d1f833bef104b313 /libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc
parent9e9f6f4b8ac43b3acdbbcfdc13e4aa80e74b9d23 (diff)
2006-01-23 Paolo Carlini <pcarlini@suse.de>
Merged to mainline at revision 110135. (adjusted include/c_std/cmath.tcc vs _GLIBCXX_BEGIN_NAMESPACE; roughly merged in gnu.ver symbols) git-svn-id: https://gcc.gnu.org/svn/gcc/branches/libstdcxx_so_7-branch@110151 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc')
-rw-r--r--libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc
index b5e1a244ea2..a51f5c5f3ff 100644
--- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc
+++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc
@@ -2,7 +2,7 @@
// 2003-10-27 Paolo Carlini <pcarlini@suse.de>
-// Copyright (C) 2003, 2005 Free Software Foundation
+// Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -47,8 +47,8 @@ void test01()
ios_base::iostate errorstate = good;
// create "C" time objects
- const tm time_bday01 = { 0, 0, 12, 2, 9, 103, 4, 274, -1 };
- const tm time_bday02 = { 0, 0, 12, 26, 9, 103, 0, 298, -1 };
+ const tm time_bday01 = __gnu_test::test_tm(0, 0, 12, 2, 9, 103, 4, 274, -1);
+ const tm time_bday02 = __gnu_test::test_tm(0, 0, 12, 26, 9, 103, 0, 298, -1);
// inspection of named locales, is_IS
iss.imbue(loc_is);