]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/numbers-arithmetic/saturating-float-casts-impl.rs
Update tests to remove old numeric constants
[rust.git] / src / test / ui / numbers-arithmetic / saturating-float-casts-impl.rs
index 6c3e503693c3ceef3b999403776f48b36dc83834..4c6929d6627a891043410207642932c7366201ac 100644 (file)
 extern crate test;
 
 use self::test::black_box;
-use std::{f32, f64};
-#[cfg(not(target_os = "emscripten"))]
-use std::{i128, u128};
-use std::{i16, i32, i64, i8, u16, u32, u64, u8};
 
 macro_rules! test {
     ($val:expr, $src_ty:ident -> $dest_ty:ident, $expected:expr) => (