mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
cargo fmt
This commit is contained in:
parent
f386edc54a
commit
5970e16a6b
1 changed files with 5 additions and 5 deletions
|
@ -2427,11 +2427,11 @@ mod tests {
|
|||
|
||||
{
|
||||
let (op_code, reg1, reg2, expected) = &(
|
||||
cvtss2sd_code,
|
||||
X86_64FloatReg::XMM1,
|
||||
X86_64FloatReg::XMM0,
|
||||
[0xF3, 0x0F, 0x5A, 0xC8],
|
||||
);
|
||||
cvtss2sd_code,
|
||||
X86_64FloatReg::XMM1,
|
||||
X86_64FloatReg::XMM0,
|
||||
[0xF3, 0x0F, 0x5A, 0xC8],
|
||||
);
|
||||
buf.clear();
|
||||
cvtsx2_help(&mut buf, 0xF3, *op_code, *reg1, *reg2);
|
||||
assert_eq!(expected, &buf[..]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue