diff options
Diffstat (limited to 'src/unittest')
-rw-r--r-- | src/unittest/test_areastore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/test_areastore.cpp b/src/unittest/test_areastore.cpp index 62d446f5c..a6d4706e4 100644 --- a/src/unittest/test_areastore.cpp +++ b/src/unittest/test_areastore.cpp @@ -152,7 +152,7 @@ void TestAreaStore::testSerialization() 1 + 2 + 6 + 6 + 2 + 6 + 6 + 6 + 2 + 6); - UASSERTEQ(std::string, str, str_wanted); + UASSERTEQ(const std::string &, str, str_wanted); std::istringstream is(str); store.deserialize(is); |