summaryrefslogtreecommitdiff
path: root/test/unit/context/context_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/context/context_black.h')
-rw-r--r--test/unit/context/context_black.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/context/context_black.h b/test/unit/context/context_black.h
index 207fbc182..00dc42922 100644
--- a/test/unit/context/context_black.h
+++ b/test/unit/context/context_black.h
@@ -37,7 +37,7 @@ struct MyContextNotifyObj : public ContextNotifyObj {
nCalls(0) {
}
- virtual ~MyContextNotifyObj() throw(AssertionException) {}
+ virtual ~MyContextNotifyObj() {}
void contextNotifyPop() {
++nCalls;
@@ -75,7 +75,7 @@ public:
nSaves(0) {
}
- virtual ~MyContextObj() throw(AssertionException) {
+ virtual ~MyContextObj() {
destroy();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback