]> git.lizzy.rs Git - rust.git/commit
Move `transmute_float_to_int` test cases into separate file
authorKrishna Veera Reddy <veerareddy@email.arizona.edu>
Sun, 8 Dec 2019 00:59:17 +0000 (16:59 -0800)
committerKrishna Veera Reddy <veerareddy@email.arizona.edu>
Sun, 8 Dec 2019 01:19:56 +0000 (17:19 -0800)
commit23c03e499492b6d56c7c15f2868035005067ae21
tree9057c4ed964352440d5d413d9885747e9e318a87
parentc77fc06d5218d1e5d757fa82eab130e688924f50
Move `transmute_float_to_int` test cases into separate file

`transmute.stderr` file line count exceeded due to the new test
cases so moving the new test cases into a separate file.
tests/ui/transmute.rs
tests/ui/transmute.stderr
tests/ui/transmute_float_to_int.rs [new file with mode: 0644]
tests/ui/transmute_float_to_int.stderr [new file with mode: 0644]