OSDN Git Service

* testsuite/22_locale/time_put/put/char/2.cc (test_02): Allow either
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / time_put / put / wchar_t / 2.cc
index 62751ff..d056bb3 100644 (file)
@@ -52,7 +52,7 @@ void test02()
 
   iterator_type os_it02 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a');
   wstring result2 = oss.str();
-  VERIFY( result2 == L"Son" );
+  VERIFY( result2 == L"Son" || result2 == L"So" );
 
   oss.str(empty); // "%d.%m.%Y"
   iterator_type os_it23 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x');