]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/time_get/get_year/char/3.cc
testsuite_hooks.h (test_tm(unsigned)): Change to take all the tm members.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / time_get / get_year / char / 3.cc
index 63b694df9fa59999d6e46d707664348f7b6566c8..6a646b1a7a04f438120514bdab9baf29c062b7db 100644 (file)
@@ -38,7 +38,7 @@ void test03()
   const locale loc_c = locale::classic();
 
   // Create "C" time objects
-  const tm time_sanity = __gnu_test::test_tm(1);
+  const tm time_sanity = __gnu_test::test_tm(0, 0, 12, 26, 5, 97, 2, 0, 0);
   tm tm1;
 
   istringstream iss;