Commit d65aed70 by Jason Merrill Committed by Jason Merrill

* g++.dg/cpp0x/noexcept06.C: Call set_unexpected.

From-SVN: r160314
parent 91f41f93
2010-06-05 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/noexcept06.C: Call set_unexpected.
2010-06-05 Joseph Myers <joseph@codesourcery.com>
PR c/44322
......
......@@ -23,6 +23,7 @@ void f() noexcept
int main()
{
std::set_unexpected (my_unexpected);
std::set_terminate (my_terminate);
f();
return 1;
......
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