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
@@ -290,7 +290,6 @@ declare_tests! {
0f32 => &[Token::F32(0.)],
0f64 => &[Token::F64(0.)],
}
#[cfg(not(any(target_arch = "asmjs", target_arch = "wasm32")))]
test_small_int_to_128 {
1i128 => &[Token::I8(1)],
1i128 => &[Token::I16(1)],