Include 128-bit integers in test suite unconditionally

This commit is contained in:
David Tolnay
2022-01-20 15:45:07 -08:00
parent 55a7cedd73
commit ec7ddc93cd
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -19,7 +19,6 @@ fn test_u32_to_enum() {
assert_eq!(E::B, e);
}
#[cfg(not(any(target_arch = "asmjs", target_arch = "wasm32")))]
#[test]
fn test_integer128() {
let de_u128 = IntoDeserializer::<value::Error>::into_deserializer(1u128);