fix build

This commit is contained in:
Oliver Schneider 2017-01-17 19:23:32 +01:00
parent 630e0ef968
commit 25100a8299
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ fn test_ops() {
assert_eq!(half_any, half32);
assert_eq!(half_any, half64);
assert_eq!(half32, half64) // for transitivity
assert_eq!(half32, half64); // for transitivity
assert_eq!(Constant::Int(ConstInt::Infer(0)), Constant::Int(ConstInt::U8(0)));
assert_eq!(Constant::Int(ConstInt::Infer(0)), Constant::Int(ConstInt::I8(0)));