summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/TestClient.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp
index da749660..f282ee6d 100644
--- a/tests/TestClient.hpp
+++ b/tests/TestClient.hpp
@@ -32,7 +32,7 @@ namespace ingen {
class TestClient : public Interface
{
public:
- explicit TestClient(Log& log) : _log(log) {}
+ explicit TestClient(Log& log) noexcept : _log(log) {}
~TestClient() override = default;