Skip to content

Commit 0d8d4f1

Browse files
committed
Make test use printer template for smart pointers
1 parent 8962976 commit 0d8d4f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/testArchiv.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "libsiedler2/IAllocator.h"
99
#include "libsiedler2/enumTypes.h"
1010
#include "libsiedler2/libsiedler2.h"
11+
#include <s25util/boostTestHelpers.h>
1112
#include <boost/test/unit_test.hpp>
1213
#include <stdexcept>
1314

@@ -20,10 +21,6 @@ static std::ostream& boost_test_print_type(std::ostream& os, libsiedler2::BobTyp
2021
// LCOV_EXCL_STOP
2122
} // namespace libsiedler2
2223

23-
// LCOV_EXCL_START
24-
BOOST_TEST_DONT_PRINT_LOG_VALUE(std::unique_ptr<libsiedler2::ArchivItem>)
25-
// LCOV_EXCL_STOP
26-
2724
BOOST_AUTO_TEST_SUITE(Archiv)
2825

2926
BOOST_AUTO_TEST_CASE(Push)

0 commit comments

Comments
 (0)