diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-05-13 12:00:22 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-14 20:50:12 +0000 |
commit | f840d002b00288e1bbc30251c9b093026dd540f4 (patch) | |
tree | 18251762e25ff4d65086c79972af9436866edde8 /icespider/unittests/testFileSessions.cpp | |
parent | Cut 1 string_view (diff) | |
download | icespider-f840d002b00288e1bbc30251c9b093026dd540f4.tar.bz2 icespider-f840d002b00288e1bbc30251c9b093026dd540f4.tar.xz icespider-f840d002b00288e1bbc30251c9b093026dd540f4.zip |
Cut 2 string_view
Diffstat (limited to 'icespider/unittests/testFileSessions.cpp')
-rw-r--r-- | icespider/unittests/testFileSessions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icespider/unittests/testFileSessions.cpp b/icespider/unittests/testFileSessions.cpp index c632a34..119586e 100644 --- a/icespider/unittests/testFileSessions.cpp +++ b/icespider/unittests/testFileSessions.cpp @@ -7,7 +7,7 @@ #include <core.h> #include <definedDirs.h> -BOOST_TEST_DONT_PRINT_LOG_VALUE(IceSpider::StringMap); +BOOST_TEST_DONT_PRINT_LOG_VALUE(IceSpider::Variables); class TestCore : public IceSpider::CoreWithDefaultRouter { public: |