diff --git a/test/redirect.h b/test/redirect.h index 75d96ba7295..10e101c6101 100644 --- a/test/redirect.h +++ b/test/redirect.h @@ -51,7 +51,7 @@ class RedirectOutputError { { const std::string s = _out.str(); if (!s.empty()) - throw std::runtime_error("unconsumed stdout: " + s); + throw std::runtime_error("unconsumed stdout: " + s); // cppcheck-suppress exceptThrowInDestructor - FP #11031 } {