Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / config / test / no_char32_t_fail.cpp
index 0db24e6..868050e 100644 (file)
@@ -6,7 +6,7 @@
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
 //  See http://www.boost.org/libs/config for the most recent version.//
-//  Revision $Id: no_char32_t_fail.cpp 79537 2012-07-15 15:59:05Z marshall $
+//  Revision $Id$
 //
 
 
@@ -32,6 +32,6 @@
 
 int main( int, char *[] )
 {
-   return boost_no_char32_t::test();
+   return boost_no_cxx11_char32_t::test();
 }