diff options
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/InProcessBroker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/InProcessBroker.h b/cpp/src/tests/InProcessBroker.h index 3f6ff0936e..c893e6906a 100644 --- a/cpp/src/tests/InProcessBroker.h +++ b/cpp/src/tests/InProcessBroker.h @@ -83,7 +83,7 @@ class InProcessConnector : QPID_LOG(debug, QPID_MSG(receiver << " DROP: " << f)); } } - catch (const sys::QueueClosed&) { + catch (const ClosedException&) { return; } } |