aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testUtils.hpp')
-rw-r--r--tests/testUtils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testUtils.hpp b/tests/testUtils.hpp
index f625dec0..06ddb3e2 100644
--- a/tests/testUtils.hpp
+++ b/tests/testUtils.hpp
@@ -93,7 +93,7 @@ namespace CppUnit {
// Work-around for comparing 'std::string' against 'char*'
inline void assertEquals(
const char* expected,
- const std::string actual,
+ const std::string &actual,
SourceLine sourceLine,
const std::string &message
) {