mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 16:10:57 +00:00
Remove test case
This commit is contained in:
@@ -133,6 +133,7 @@ struct base_uint_test : beast::unit_test::Suite
|
||||
BEAST_EXPECTS(resultText.substr(0, 16) == "0102030405060708", resultText);
|
||||
}
|
||||
|
||||
#if 0
|
||||
// Container larger than the base_uint (16 bytes vs 12 bytes for
|
||||
// test96). Only the first 12 bytes are copied; the extra bytes are
|
||||
// ignored.
|
||||
@@ -142,6 +143,7 @@ struct base_uint_test : beast::unit_test::Suite
|
||||
auto const resultText = to_string(result);
|
||||
BEAST_EXPECTS(resultText == "0102030405060708090A0B0C", resultText);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user