Remove old tests for ConstInt::Infer as it has been removed

This commit is contained in:
Enrico Schmitz 2017-03-01 15:38:31 +01:00 committed by Enrico Schmitz
parent 0cf7990e72
commit d4050c275e

View File

@ -92,8 +92,4 @@ fn test_ops() {
assert_eq!(half_any, half64);
// for transitivity
assert_eq!(half32, half64);
assert_eq!(Constant::Int(ConstInt::U8(0)), Constant::Int(ConstInt::U8(0)));
assert_eq!(Constant::Int(ConstInt::U8(0)), Constant::Int(ConstInt::I8(0)));
assert_eq!(Constant::Int(ConstInt::I8(-1)), Constant::Int(ConstInt::I8(-1)));
}