]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/8.cc
testsuite_hooks.h (test_tm(unsigned)): Change to take all the tm members.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / time_put / put / wchar_t / 8.cc
index 5573a896000dd1d2d33b9f07a5cbca330c5e0c59..c3f123e4f6eb9cea1c37ca288a47bb426b621527 100644 (file)
@@ -35,7 +35,7 @@ void test08()
   bool test __attribute__((unused)) = true;
 
   // create "C" time objects
-  const tm time1 = __gnu_test::test_tm(0);
+  const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0);
   const wchar_t* date = L"%A, the second of %B";
   const wchar_t* date_ex = L"%Ex";