make cargo test pass

This commit is contained in:
Centri3 2023-04-18 10:16:10 -05:00
parent 8efe9ff9fb
commit 1ac30d3c86

View File

@ -6,7 +6,7 @@
macro_rules! b {
($b:literal) => {
const C: &[u8] = $b.as_bytes();
}
};
}
fn str_lit_as_bytes() {