]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/1.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 / wchar_t / 1.cc
index 143e7e2ae58e59831f89bdbe9ff1178cf9a4e03a..0bf843d4dfa16938e0dbdde66c99bb1c38f51552 100644 (file)
@@ -47,7 +47,7 @@ void test01()
   ios_base::iostate errorstate = good;
 
    // create "C" time objects
-  const tm time_bday = __gnu_test::test_tm(0);
+  const tm time_bday = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0);
 
   // iter_type 
   // get_year(iter_type, iter_type, ios_base&, ios_base::iostate&, tm*) const