aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r--src/tests/tests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h
index c38145504..e12f5f6de 100644
--- a/src/tests/tests.h
+++ b/src/tests/tests.h
@@ -61,7 +61,7 @@ class Test
class Result
{
public:
- Result(const std::string& who = "") : m_who(who) {}
+ Result(const std::string& who) : m_who(who) {}
size_t tests_passed() const { return m_tests_passed; }
size_t tests_failed() const { return m_fail_log.size(); }