testsuite_hooks.h (test_tm(unsigned)): Change to take all the tm members.
[gcc.git] / libstdc++-v3 / testsuite / 22_locale / time_get / get_monthname / char / 1.cc
index 9ac63d2ae1cfb9bedca7a6a2710808a59ed25bae..b5d5d869e54193298e44b4a744a1381707ec7879 100644 (file)
@@ -38,7 +38,7 @@ void test01()
   locale loc_c = locale::classic();
 
   // 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_monthname(iter_type, iter_type, ios_base&,