Add missing `#[cfg(test)]`

This commit is contained in:
Kogia-sima 2020-06-10 19:27:05 +09:00
parent 93672551d8
commit 86e8313db4
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ impl_integer!(usize, isize, u32, write_u32, 11);
#[cfg(target_pointer_width = "64")]
impl_integer!(usize, isize, u64, write_u64, 20);
#[cfg(test)]
mod tests {
// comprehenisive test
#[test]