]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.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_date / char / 12750.cc
index 91306d7273e4f0c97dc4c26f7f21e0748c944f31..a51f5c5f3ffa93818cfbf0f7fc4c3b32b850ddf3 100644 (file)
@@ -47,8 +47,8 @@ void test01()
   ios_base::iostate errorstate = good;
 
   // create "C" time objects
-  const tm time_bday01 = __gnu_test::test_tm(2);
-  const tm time_bday02 = __gnu_test::test_tm(3);
+  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);