summaryrefslogtreecommitdiffstats
path: root/test/CXX/special/class.dtor/p3-0x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/special/class.dtor/p3-0x.cpp')
-rw-r--r--test/CXX/special/class.dtor/p3-0x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/special/class.dtor/p3-0x.cpp b/test/CXX/special/class.dtor/p3-0x.cpp
index 44bf5aa..291353a 100644
--- a/test/CXX/special/class.dtor/p3-0x.cpp
+++ b/test/CXX/special/class.dtor/p3-0x.cpp
@@ -45,7 +45,7 @@ G::~G() {}
struct H {
B b;
- ~H();
+ ~H() throw(int);
};
H::~H() throw(int) {}
OpenPOWER on IntegriCloud