Commit 8a510ddb by H.J. Lu Committed by H.J. Lu

Update expected demangler output.

2010-11-18  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r166903
parent 1d85701e
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> 2010-11-18 Paolo Carlini <paolo.carlini@oracle.com>
* include/debug/formatter.h (__truth): Remove, unused. * include/debug/formatter.h (__truth): Remove, unused.
......
...@@ -27,7 +27,7 @@ int main() ...@@ -27,7 +27,7 @@ int main()
using namespace __gnu_test; using namespace __gnu_test;
// cplus-dem CORE // 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; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment