blob: 9f9675f51631a76519d27ba428fa8e724e8e2f0a [file] [log] [blame]
// rustfmt-format_strings: true
macro_rules! test {
() => {
fn from() {
None.expect(
"We asserted that `buffer.len()` is exactly `$n` so we can expect `ApInt::from_iter` to be successful.",
)
}
};
}