]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/time_put/put/char/17038.cc
2.cc: Fix typo.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / time_put / put / char / 17038.cc
index 39071e6ae717ffb71cdb7018712498ff145ba11b..bd7bfbd4eb10a4ec3c986763ab6cb54c70b7cd47 100644 (file)
@@ -38,7 +38,7 @@ void test01()
   // basic construction
   locale loc_c = locale::classic();
   locale loc_in = __gnu_test::try_named_locale("ta_IN");
-  assert( loc_in != loc_c );
+  VERIFY( loc_in != loc_c );
 
   // create an ostream-derived object, cache the time_put facet
   ostringstream oss;