mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 61d3280c3a into merged_master (Bitcoin PR bitcoin/bitcoin#29907)
This commit is contained in:
commit
4c4ef7dace
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ BOOST_AUTO_TEST_CASE(streams_vector_reader)
|
|||
BOOST_CHECK_EQUAL(reader.size(), 5U);
|
||||
BOOST_CHECK(!reader.empty());
|
||||
|
||||
// Read a single byte as a signed char.
|
||||
signed char b;
|
||||
// Read a single byte as a int8_t.
|
||||
int8_t b;
|
||||
reader >> b;
|
||||
BOOST_CHECK_EQUAL(b, -1);
|
||||
BOOST_CHECK_EQUAL(reader.size(), 4U);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue