diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-06-30 00:29:54 +1400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-06-30 00:29:59 +1400 |
commit | f3c9c40aeb1207c5839fcb642addc243b8a8b34e (patch) | |
tree | e55a47334b8dc02eb85d9690398a2e223e637c8a /test | |
parent | 90990d2741852b31e95846bfed38341d2a1d5f20 (diff) | |
parent | 962d8eed5bdbe62b9926f01cb85bdce9d435d3d6 (diff) |
Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost dependency.
962d8eed5b Remove boost dependency (boost/assign/std/vector.hpp) (practicalswift)
c6fd0df4ef Fix incorrect tests (practicalswift)
Pull request description:
* Fix test case `streams_serializedata_xor`.
* Remove Boost dependency.
Tree-SHA512: 609c4ced1b6a8b86f6a37e4220535f1b3c9f2e80949cd034ecc069a94c55c05cd514f2e132fe7f715161ee29811a0fadb6903635c507411d8dc3e7efe864edeb
Diffstat (limited to 'test')
-rwxr-xr-x | test/lint/lint-includes.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh index fdc3f5bd35..40d28ed3e0 100755 --- a/test/lint/lint-includes.sh +++ b/test/lint/lint-includes.sh @@ -53,7 +53,6 @@ EXPECTED_BOOST_INCLUDES=( boost/algorithm/string/predicate.hpp boost/algorithm/string/replace.hpp boost/algorithm/string/split.hpp - boost/assign/std/vector.hpp boost/bind.hpp boost/chrono/chrono.hpp boost/date_time/posix_time/posix_time.hpp |