Skip to content

Commit

Permalink
Merge branch 'master' into canonbrother/vmmap-blocknumber-hashlookup
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl authored Aug 19, 2023
2 parents 63cdba5 + bd26493 commit 4882cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/setup_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include <type_traits>
#include <vector>
#include <boost/test/output_test_stream.hpp>
#include <boost/test/tools/output_test_stream.hpp>

// Enable BOOST_CHECK_EQUAL for enum class types
template <typename T>
Expand Down
2 changes: 1 addition & 1 deletion test/lint/lint-includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ EXPECTED_BOOST_INCLUDES=(
boost/signals2/last_value.hpp
boost/signals2/signal.hpp
boost/test/unit_test.hpp
boost/test/output_test_stream.hpp
boost/test/tools/output_test_stream.hpp
)

for BOOST_INCLUDE in $(git grep '^#include <boost/' -- "*.cpp" "*.h" | cut -f2 -d: | cut -f2 -d'<' | cut -f1 -d'>' | sort -u); do
Expand Down

0 comments on commit 4882cf6

Please sign in to comment.