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
@@ -662,7 +662,6 @@ fn test_enum_skipped() {
);
}
#[cfg(not(any(target_arch = "asmjs", target_arch = "wasm32")))]
#[test]
fn test_integer128() {
assert_ser_tokens_error(&1i128, &[], "i128 is not supported");