Update expected demangler output.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 18 Nov 2010 13:24:00 +0000 (13:24 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 18 Nov 2010 13:24:00 +0000 (05:24 -0800)
2010-11-18  H.J. Lu  <hongjiu.lu@intel.com>

PR other/42670
* testsuite/abi/demangle/regression/cw-13.cc: Updated.

From-SVN: r166903

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/abi/demangle/regression/cw-13.cc

index 71e63c7..3d5dc45 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR other/42670
+       * testsuite/abi/demangle/regression/cw-13.cc: Updated.
+
 2010-11-18  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/debug/formatter.h (__truth): Remove, unused.
index c2e28bf..3ac3b13 100644 (file)
@@ -27,7 +27,7 @@ int main()
   using namespace __gnu_test;
 
   // cplus-dem CORE
-  verify_demangle("_GLOBAL__I__Z2fnv", "global constructors keyed to _Z2fnv");
+  verify_demangle("_GLOBAL__I__Z2fnv", "global constructors keyed to fn()");
 
   return 0;
 }