Skip to content

Commit

Permalink
Updated unittests for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Mar 10, 2022
1 parent bfbb947 commit 2119919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lexical-parse-integer/tests/algorithm_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ fn test_try_parse_8digits() {
assert_eq!(parse(b"12345678"), Some(12345678));
}

#[cfg(feature = "power-of-two")]
macro_rules! parse_radix {
($i:literal) => {
|bytes: &[u8]| algorithm::algorithm_partial::<u32, u32, { from_radix($i) }>(bytes)
Expand Down

0 comments on commit 2119919

Please sign in to comment.