Remove test case

This commit is contained in:
Ed Hennis
2026-06-23 18:55:05 -04:00
parent 923a822491
commit 73dca1111a

View File

@@ -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