Skip to content

Commit

Permalink
Fix pulley tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Dec 12, 2024
1 parent 23f4635 commit d3a9667
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pulley/src/regs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ mod tests {
#[test]
fn special_x_regs() {
assert!(XReg::sp.is_special());
assert!(XReg::lr.is_special());
assert!(XReg::fp.is_special());
assert!(XReg::spilltmp0.is_special());
assert!(XReg::spilltmp1.is_special());
}
Expand Down

0 comments on commit d3a9667

Please sign in to comment.