This commit is contained in:
Brian Carroll 2022-11-29 11:28:30 +00:00
parent d29ea7fedf
commit 378cad7748
No known key found for this signature in database
GPG Key ID: 5C7B2EC4101703C0

View File

@ -175,11 +175,7 @@ fn test_f32convertsi64() {
#[test]
fn test_f32convertui64() {
test_op_example(
F32CONVERTUI64,
[Value::I64(-1)],
Value::F32(1.8446744073709552e19),
);
test_op_example(F32CONVERTUI64, [Value::I64(-1)], Value::F32(1.844_674_4e19));
}
#[test]