note source of test values
This commit is contained in:
parent
fac9d22375
commit
fbf47d1784
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ fn basic() {
|
|||
assert_eq(y, 42.0_f32);
|
||||
}
|
||||
|
||||
/// Many of these test values are taken from
|
||||
/// https://github.com/WebAssembly/testsuite/blob/master/conversions.wast.
|
||||
fn casts() {
|
||||
// f32 -> i8
|
||||
test_both_cast::<f32, i8>(127.99, 127);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue